#CFEEAE

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

Shades of Reef #CFEEAE

Tints of Reef #CFEEAE

Color information

#CFEEAE (or 0xCFEEAE) is unknown color: approx Reef. HEX triplet: CF, EE and AE. RGB value is (207,238,174). Sum of RGB (Red+Green+Blue) = 207+238+174=619 (81% of max value = 765). Red value is 207 (81.25% from 255 or 33.44% from 619); Green value is 238 (93.36% from 255 or 38.45% from 619); Blue value is 174 (68.36% from 255 or 28.11% from 619); Max value from RGB is 238 - color contains mainly: green. Hex color #CFEEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEEAE is #301151. Grayscale: #DDDDDD. Windows color (decimal): -3150162 or 11464399. OLE color: 11464399.

HSL color Cylindrical-coordinate representation of color #CFEEAE: hue angle of 89.06º degrees, saturation: 0.65, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFEEAE is Cyan = 0.13, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB207238174-
CMYK0.1300.270.07
HSL89.06º65.31%80.78%-
HSV(B)89.06º26.89%93.33%-
XYZ63.9577.4751.63-
YUV221.44101.23117.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.44%
GREEN value IS 238 (93.36% from 255) = 38.45%
BLUE value IS 174 (68.36% from 255) = 28.11%
R=33.44%
G=38.45%
B=28.11%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2072381740.1300.270.0789.0665.3180.78
HexCFEEAED01B7594151
Octal317356256150337131101121
Binary1100111111101110101011101101011011111101100110000011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEEAE; }

 p { color: rgb(207,238,174); }

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

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

 a { background-color: rgb(207,238,174); }

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

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

 span { border-color: rgb(207,238,174); }

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