#CEFAA7

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

Shades of Reef #CEFAA7

Tints of Reef #CEFAA7

Color information

#CEFAA7 (or 0xCEFAA7) is unknown color: approx Reef. HEX triplet: CE, FA and A7. RGB value is (206,250,167). Sum of RGB (Red+Green+Blue) = 206+250+167=623 (82% of max value = 765). Red value is 206 (80.86% from 255 or 33.07% from 623); Green value is 250 (98.05% from 255 or 40.13% from 623); Blue value is 167 (65.62% from 255 or 26.81% from 623); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAA7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAA7 is #310558. Grayscale: #E3E3E3. Windows color (decimal): -3212633 or 11008718. OLE color: 11008718.

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

Color convert

RGB206250167-
CMYK0.1800.330.02
HSL91.81º89.25%81.76%-
HSV(B)91.81º33.2%98.04%-
XYZ66.6184.2849.32-
YUV227.3893.92112.75-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.07%
GREEN value IS 250 (98.05% from 255) = 40.13%
BLUE value IS 167 (65.62% from 255) = 26.81%
R=33.07%
G=40.13%
B=26.81%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2062501670.1800.330.0291.8189.2581.76
HexCEFAA71202125c5952
Octal316372247220412134131122
Binary11001110111110101010011110010010000110101110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CEFAA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CEFAA7; }

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

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

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

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

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

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

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

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