#CFEBA4

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

Shades of Reef #CFEBA4

Tints of Reef #CFEBA4

Color information

#CFEBA4 (or 0xCFEBA4) is unknown color: approx Reef. HEX triplet: CF, EB and A4. RGB value is (207,235,164). Sum of RGB (Red+Green+Blue) = 207+235+164=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 235 (92.19% from 255 or 38.78% from 606); Blue value is 164 (64.45% from 255 or 27.06% from 606); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBA4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBA4 is #30145B. Grayscale: #DADADA. Windows color (decimal): -3150940 or 10808271. OLE color: 10808271.

HSL color Cylindrical-coordinate representation of color #CFEBA4: hue angle of 83.66º degrees, saturation: 0.64, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CFEBA4 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB207235164-
CMYK0.1200.300.08
HSL83.66º63.96%78.24%-
HSV(B)83.66º30.21%92.16%-
XYZ62.1475.3646.39-
YUV218.5397.22119.77-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.16%
GREEN value IS 235 (92.19% from 255) = 38.78%
BLUE value IS 164 (64.45% from 255) = 27.06%
R=34.16%
G=38.78%
B=27.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072351640.1200.300.0883.6663.9678.24
HexCFEBA4C01E854404e
Octal3173532441403610124100116
Binary11001111111010111010010011000111101000101010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBA4; }

 p { color: rgb(207,235,164); }

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

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

 a { background-color: rgb(207,235,164); }

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

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

 span { border-color: rgb(207,235,164); }

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