#CFECA0

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

Shades of Reef #CFECA0

Tints of Reef #CFECA0

Color information

#CFECA0 (or 0xCFECA0) is unknown color: approx Reef. HEX triplet: CF, EC and A0. RGB value is (207,236,160). Sum of RGB (Red+Green+Blue) = 207+236+160=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 236 (92.58% from 255 or 39.14% from 603); Blue value is 160 (62.89% from 255 or 26.53% from 603); Max value from RGB is 236 - color contains mainly: green. Hex color #CFECA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFECA0 is #30135F. Grayscale: #DADADA. Windows color (decimal): -3150688 or 10546383. OLE color: 10546383.

HSL color Cylindrical-coordinate representation of color #CFECA0: hue angle of 82.89º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CFECA0 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB207236160-
CMYK0.1200.320.07
HSL82.89º66.67%77.65%-
HSV(B)82.89º32.2%92.55%-
XYZ62.0775.7944.62-
YUV218.6694.89119.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.33%
GREEN value IS 236 (92.58% from 255) = 39.14%
BLUE value IS 160 (62.89% from 255) = 26.53%
R=34.33%
G=39.14%
B=26.53%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072361600.1200.320.0782.8966.6777.65
HexCFECA0C020753434e
Octal317354240140407123103116
Binary11001111111011001010000011000100000111101001110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFECA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFECA0; }

 p { color: rgb(207,236,160); }

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

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

 a { background-color: rgb(207,236,160); }

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

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

 span { border-color: rgb(207,236,160); }

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