#CCF895

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

Shades of Reef #CCF895

Tints of Reef #CCF895

Color information

#CCF895 (or 0xCCF895) is unknown color: approx Reef. HEX triplet: CC, F8 and 95. RGB value is (204,248,149). Sum of RGB (Red+Green+Blue) = 204+248+149=601 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.94% from 601); Green value is 248 (97.27% from 255 or 41.26% from 601); Blue value is 149 (58.59% from 255 or 24.79% from 601); Max value from RGB is 248 - color contains mainly: green. Hex color #CCF895 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF895 is #33076A. Grayscale: #DFDFDF. Windows color (decimal): -3344235 or 9828556. OLE color: 9828556.

HSL color Cylindrical-coordinate representation of color #CCF895: hue angle of 86.67º degrees, saturation: 0.88, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #CCF895 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.03.

Color convert

RGB204248149-
CMYK0.1800.400.03
HSL86.67º87.61%77.84%-
HSV(B)86.67º39.92%97.25%-
XYZ63.8982.1440.92-
YUV223.5685.92114.05-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.94%
GREEN value IS 248 (97.27% from 255) = 41.26%
BLUE value IS 149 (58.59% from 255) = 24.79%
R=33.94%
G=41.26%
B=24.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042481490.1800.400.0386.6787.6177.84
HexCCF89512028357584e
Octal314370225220503127130116
Binary11001100111110001001010110010010100011101011110110001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF895; }

 p { color: rgb(204,248,149); }

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

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

 a { background-color: rgb(204,248,149); }

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

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

 span { border-color: rgb(204,248,149); }

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