#CFEBA5

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

Shades of Reef #CFEBA5

Tints of Reef #CFEBA5

Color information

#CFEBA5 (or 0xCFEBA5) is unknown color: approx Reef. HEX triplet: CF, EB and A5. RGB value is (207,235,165). Sum of RGB (Red+Green+Blue) = 207+235+165=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 235 (92.19% from 255 or 38.71% from 607); Blue value is 165 (64.84% from 255 or 27.18% from 607); Max value from RGB is 235 - color contains mainly: green. Hex color #CFEBA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEBA5 is #30145A. Grayscale: #DADADA. Windows color (decimal): -3150939 or 10873807. OLE color: 10873807.

HSL color Cylindrical-coordinate representation of color #CFEBA5: hue angle of 84º 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 #CFEBA5 is Cyan = 0.12, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.

Color convert

RGB207235165-
CMYK0.1200.300.08
HSL84º63.64%78.43%-
HSV(B)84º29.79%92.16%-
XYZ62.2375.446.87-
YUV218.6597.72119.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 235 (92.19% from 255) = 38.71%
BLUE value IS 165 (64.84% from 255) = 27.18%
R=34.10%
G=38.71%
B=27.18%

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
Decimal2072351650.1200.300.088463.6478.43
HexCFEBA5C01E854404e
Octal3173532451403610124100116
Binary11001111111010111010010111000111101000101010010000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEBA5; }

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

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

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

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

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

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

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

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