#CFEA98

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

Shades of Reef #CFEA98

Tints of Reef #CFEA98

Color information

#CFEA98 (or 0xCFEA98) is unknown color: approx Reef. HEX triplet: CF, EA and 98. RGB value is (207,234,152). Sum of RGB (Red+Green+Blue) = 207+234+152=593 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.91% from 593); Green value is 234 (91.80% from 255 or 39.46% from 593); Blue value is 152 (59.77% from 255 or 25.63% from 593); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFEA98 is #301567. Grayscale: #D8D8D8. Windows color (decimal): -3151208 or 10021583. OLE color: 10021583.

HSL color Cylindrical-coordinate representation of color #CFEA98: hue angle of 79.76º degrees, saturation: 0.66, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CFEA98 is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.08.

Color convert

RGB207234152-
CMYK0.1200.350.08
HSL79.76º66.13%75.69%-
HSV(B)79.76º35.04%91.76%-
XYZ60.8274.3840.86-
YUV216.5891.55121.17-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.91%
GREEN value IS 234 (91.80% from 255) = 39.46%
BLUE value IS 152 (59.77% from 255) = 25.63%
R=34.91%
G=39.46%
B=25.63%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341520.1200.350.0879.7666.1375.69
HexCFEA98C023850424c
Octal3173522301404310120102114
Binary110011111110101010011000110001000111000101000010000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEA98; }

 p { color: rgb(207,234,152); }

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

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

 a { background-color: rgb(207,234,152); }

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

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

 span { border-color: rgb(207,234,152); }

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