#CEF5A5

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

Shades of Reef #CEF5A5

Tints of Reef #CEF5A5

Color information

#CEF5A5 (or 0xCEF5A5) is unknown color: approx Reef. HEX triplet: CE, F5 and A5. RGB value is (206,245,165). Sum of RGB (Red+Green+Blue) = 206+245+165=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 245 (96.09% from 255 or 39.77% from 616); Blue value is 165 (64.84% from 255 or 26.79% from 616); Max value from RGB is 245 - color contains mainly: green. Hex color #CEF5A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEF5A5 is #310A5A. Grayscale: #E0E0E0. Windows color (decimal): -3213915 or 10876366. OLE color: 10876366.

HSL color Cylindrical-coordinate representation of color #CEF5A5: hue angle of 89.25º degrees, saturation: 0.8, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CEF5A5 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.04.

Color convert

RGB206245165-
CMYK0.1600.330.04
HSL89.25º80%80.39%-
HSV(B)89.25º32.65%96.08%-
XYZ64.981.1447.84-
YUV224.2294.58115-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.44%
GREEN value IS 245 (96.09% from 255) = 39.77%
BLUE value IS 165 (64.84% from 255) = 26.79%
R=33.44%
G=39.77%
B=26.79%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2062451650.1600.330.0489.258080.39
HexCEF5A5100214595050
Octal316365245200414131120120
Binary110011101111010110100101100000100001100101100110100001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEF5A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEF5A5; }

 p { color: rgb(206,245,165); }

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

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

 a { background-color: rgb(206,245,165); }

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

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

 span { border-color: rgb(206,245,165); }

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