#CEFAAA

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

Shades of Reef #CEFAAA

Tints of Reef #CEFAAA

Color information

#CEFAAA (or 0xCEFAAA) is unknown color: approx Reef. HEX triplet: CE, FA and AA. RGB value is (206,250,170). Sum of RGB (Red+Green+Blue) = 206+250+170=626 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.91% from 626); Green value is 250 (98.05% from 255 or 39.94% from 626); Blue value is 170 (66.80% from 255 or 27.16% from 626); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAAA is #310555. Grayscale: #E4E4E4. Windows color (decimal): -3212630 or 11205326. OLE color: 11205326.

HSL color Cylindrical-coordinate representation of color #CEFAAA: hue angle of 93º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CEFAAA is Cyan = 0.18, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB206250170-
CMYK0.1800.320.02
HSL93º88.89%82.35%-
HSV(B)93º32%98.04%-
XYZ66.8984.450.79-
YUV227.7295.42112.5-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.91%
GREEN value IS 250 (98.05% from 255) = 39.94%
BLUE value IS 170 (66.80% from 255) = 27.16%
R=32.91%
G=39.94%
B=27.16%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501700.1800.320.029388.8982.35
HexCEFAAA1202025d5952
Octal316372252220402135131122
Binary11001110111110101010101010010010000010101110110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAAA; }

 p { color: rgb(206,250,170); }

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

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

 a { background-color: rgb(206,250,170); }

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

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

 span { border-color: rgb(206,250,170); }

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