#CEFCA7

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

Shades of Reef #CEFCA7

Tints of Reef #CEFCA7

Color information

#CEFCA7 (or 0xCEFCA7) is unknown color: approx Reef. HEX triplet: CE, FC and A7. RGB value is (206,252,167). Sum of RGB (Red+Green+Blue) = 206+252+167=625 (82% of max value = 765). Red value is 206 (80.86% from 255 or 32.96% from 625); Green value is 252 (98.83% from 255 or 40.32% from 625); Blue value is 167 (65.62% from 255 or 26.72% from 625); Max value from RGB is 252 - color contains mainly: green. Hex color #CEFCA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFCA7 is #310358. Grayscale: #E4E4E4. Windows color (decimal): -3212121 or 11009230. OLE color: 11009230.

HSL color Cylindrical-coordinate representation of color #CEFCA7: hue angle of 92.47º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CEFCA7 is Cyan = 0.18, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.01.

Color convert

RGB206252167-
CMYK0.1800.340.01
HSL92.47º93.41%82.16%-
HSV(B)92.47º33.73%98.82%-
XYZ67.2485.5349.52-
YUV228.5693.26111.91-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 32.96%
GREEN value IS 252 (98.83% from 255) = 40.32%
BLUE value IS 167 (65.62% from 255) = 26.72%
R=32.96%
G=40.32%
B=26.72%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2062521670.1800.340.0192.4793.4182.16
HexCEFCA71202215c5d52
Octal316374247220421134135122
Binary1100111011111100101001111001001000101101110010111011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFCA7; }

 p { color: rgb(206,252,167); }

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

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

 a { background-color: rgb(206,252,167); }

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

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

 span { border-color: rgb(206,252,167); }

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