#8CAEAA

Color #8CAEAA Sea Nymph (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sea Nymph #8CAEAA

Tints of Sea Nymph #8CAEAA

Color information

#8CAEAA (or 0x8CAEAA) is unknown color: approx Sea Nymph. HEX triplet: 8C, AE and AA. RGB value is (140,174,170). Sum of RGB (Red+Green+Blue) = 140+174+170=484 (64% of max value = 765). Red value is 140 (55.08% from 255 or 28.93% from 484); Green value is 174 (68.36% from 255 or 35.95% from 484); Blue value is 170 (66.80% from 255 or 35.12% from 484); Max value from RGB is 174 - color contains mainly: green. Hex color #8CAEAA is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #8CAEAA is #735155. Grayscale: #A3A3A3. Windows color (decimal): -7557462 or 11185804. OLE color: 11185804.

HSL color Cylindrical-coordinate representation of color #8CAEAA: hue angle of 172.94º degrees, saturation: 0.17, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8CAEAA is Cyan = 0.20, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.

Color convert

RGB140174170-
CMYK0.2000.020.32
HSL172.94º17.35%61.57%-
HSV(B)172.94º19.54%68.24%-
XYZ33.2138.7543.76-
YUV163.38131.74111.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 28.93%
GREEN value IS 174 (68.36% from 255) = 35.95%
BLUE value IS 170 (66.80% from 255) = 35.12%
R=28.93%
G=35.95%
B=35.12%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal1401741700.2000.020.32172.9417.3561.57
Hex8CAEAA140220ad113e
Octal2142562522402402552176
Binary100011001010111010101010101000101000001010110110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8CAEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8CAEAA; }

 p { color: rgb(140,174,170); }

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

<style>
 a { background-color: #8CAEAA; }

 a { background-color: rgb(140,174,170); }

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

<style>
 span { border-color: #8CAEAA; }

 span { border-color: rgb(140,174,170); }

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