#C8EFAA

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

Shades of Reef #C8EFAA

Tints of Reef #C8EFAA

Color information

#C8EFAA (or 0xC8EFAA) is unknown color: approx Reef. HEX triplet: C8, EF and AA. RGB value is (200,239,170). Sum of RGB (Red+Green+Blue) = 200+239+170=609 (80% of max value = 765). Red value is 200 (78.52% from 255 or 32.84% from 609); Green value is 239 (93.75% from 255 or 39.24% from 609); Blue value is 170 (66.80% from 255 or 27.91% from 609); Max value from RGB is 239 - color contains mainly: green. Hex color #C8EFAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C8EFAA is #371055. Grayscale: #DBDBDB. Windows color (decimal): -3608662 or 11202504. OLE color: 11202504.

HSL color Cylindrical-coordinate representation of color #C8EFAA: hue angle of 93.91º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8EFAA is Cyan = 0.16, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB200239170-
CMYK0.1600.290.06
HSL93.91º68.32%80.2%-
HSV(B)93.91º28.87%93.73%-
XYZ61.9476.9149.61-
YUV219.47100.08114.11-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.84%
GREEN value IS 239 (93.75% from 255) = 39.24%
BLUE value IS 170 (66.80% from 255) = 27.91%
R=32.84%
G=39.24%
B=27.91%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002391700.1600.290.0693.9168.3280.2
HexC8EFAA1001D65e4450
Octal310357252200356136104120
Binary11001000111011111010101010000011101110101111010001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8EFAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8EFAA; }

 p { color: rgb(200,239,170); }

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

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

 a { background-color: rgb(200,239,170); }

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

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

 span { border-color: rgb(200,239,170); }

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