#18797F

Color #18797F Atoll (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atoll #18797F

Tints of Atoll #18797F

Color information

#18797F (or 0x18797F) is unknown color: approx Atoll. HEX triplet: 18, 79 and 7F. RGB value is (24,121,127). Sum of RGB (Red+Green+Blue) = 24+121+127=272 (36% of max value = 765). Red value is 24 (9.77% from 255 or 8.82% from 272); Green value is 121 (47.66% from 255 or 44.49% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #18797F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #18797F is #E78680. Grayscale: #5C5C5C. Windows color (decimal): -15173249 or 8354072. OLE color: 8354072.

HSL color Cylindrical-coordinate representation of color #18797F: hue angle of 183.5º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #18797F is Cyan = 0.81, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB24121127-
CMYK0.810.0500.50
HSL183.5º68.21%29.61%-
HSV(B)183.5º81.1%49.8%-
XYZ11.0415.422.47-
YUV92.68147.3679.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 24 (9.77% from 255) = 8.82%
GREEN value IS 121 (47.66% from 255) = 44.49%
BLUE value IS 127 (50% from 255) = 46.69%
R=8.82%
G=44.49%
B=46.69%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal241211270.810.0500.50183.568.2129.61
Hex18797F515032b7441e
Octal30171177121506226710436
Binary11000111100111111111010001101011001010110111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18797F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18797F; }

 p { color: rgb(24,121,127); }

 H1.HeaderClassName
 {
   color: #18797F;
 }
 .AnyTagClassName
 {
   color: #18797F;
 }
</style>
background-color css

<style>
 a { background-color: #18797F; }

 a { background-color: rgb(24,121,127); }

 div.DivClassName
 {
   background-color: #18797F;
 }
 .BgClassName
 {
   background-color: #18797F;
 }
</style>
border-color css

<style>
 span { border-color: #18797F; }

 span { border-color: rgb(24,121,127); }

 td.TdClassName
 {
   border-color: #18797F;
 }
 .TagClassName
 {
   border-color: #18797F;
 }
</style>