#CCF699

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

Shades of Reef #CCF699

Tints of Reef #CCF699

Color information

#CCF699 (or 0xCCF699) is unknown color: approx Reef. HEX triplet: CC, F6 and 99. RGB value is (204,246,153). Sum of RGB (Red+Green+Blue) = 204+246+153=603 (79% of max value = 765). Red value is 204 (80.08% from 255 or 33.83% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 153 (60.16% from 255 or 25.37% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #CCF699 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF699 is #330966. Grayscale: #DFDFDF. Windows color (decimal): -3344743 or 10090188. OLE color: 10090188.

HSL color Cylindrical-coordinate representation of color #CCF699: hue angle of 87.1º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCF699 is Cyan = 0.17, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.04.

Color convert

RGB204246153-
CMYK0.1700.380.04
HSL87.1º83.78%78.24%-
HSV(B)87.1º37.8%96.47%-
XYZ63.6181.0542.43-
YUV222.8488.59114.56-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.83%
GREEN value IS 246 (96.48% from 255) = 40.80%
BLUE value IS 153 (60.16% from 255) = 25.37%
R=33.83%
G=40.80%
B=25.37%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2042461530.1700.380.0487.183.7878.24
HexCCF69911026457544e
Octal314366231210464127124116
Binary110011001111011010011001100010100110100101011110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF699; }

 p { color: rgb(204,246,153); }

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

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

 a { background-color: rgb(204,246,153); }

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

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

 span { border-color: rgb(204,246,153); }

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