#18818A

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

Shades of Atoll #18818A

Tints of Atoll #18818A

Color information

#18818A (or 0x18818A) is unknown color: approx Atoll. HEX triplet: 18, 81 and 8A. RGB value is (24,129,138). Sum of RGB (Red+Green+Blue) = 24+129+138=291 (38% of max value = 765). Red value is 24 (9.77% from 255 or 8.25% from 291); Green value is 129 (50.78% from 255 or 44.33% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #18818A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #18818A is #E77E75. Grayscale: #626262. Windows color (decimal): -15171190 or 9077016. OLE color: 9077016.

HSL color Cylindrical-coordinate representation of color #18818A: hue angle of 184.74º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #18818A is Cyan = 0.83, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB24129138-
CMYK0.830.0700.46
HSL184.74º70.37%31.76%-
HSV(B)184.74º82.61%54.12%-
XYZ12.8117.7326.79-
YUV98.63150.2174.77-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.25%
GREEN value IS 129 (50.78% from 255) = 44.33%
BLUE value IS 138 (54.30% from 255) = 47.42%
R=8.25%
G=44.33%
B=47.42%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal241291380.830.0700.46184.7470.3731.76
Hex18818A53702Eb94620
Octal30201212123705627110640
Binary11000100000011000101010100111110101110101110011000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #18818A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #18818A; }

 p { color: rgb(24,129,138); }

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

<style>
 a { background-color: #18818A; }

 a { background-color: rgb(24,129,138); }

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

<style>
 span { border-color: #18818A; }

 span { border-color: rgb(24,129,138); }

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