#CCF098

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

Shades of Reef #CCF098

Tints of Reef #CCF098

Color information

#CCF098 (or 0xCCF098) is unknown color: approx Reef. HEX triplet: CC, F0 and 98. RGB value is (204,240,152). Sum of RGB (Red+Green+Blue) = 204+240+152=596 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.23% from 596); Green value is 240 (94.14% from 255 or 40.27% from 596); Blue value is 152 (59.77% from 255 or 25.50% from 596); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF098 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCF098 is #330F67. Grayscale: #DBDBDB. Windows color (decimal): -3346280 or 10023116. OLE color: 10023116.

HSL color Cylindrical-coordinate representation of color #CCF098: hue angle of 84.55º degrees, saturation: 0.75, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CCF098 is Cyan = 0.15, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.06.

Color convert

RGB204240152-
CMYK0.1500.370.06
HSL84.55º74.58%76.86%-
HSV(B)84.55º36.67%94.12%-
XYZ61.7377.4241.4-
YUV219.290.07117.16-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 34.23%
GREEN value IS 240 (94.14% from 255) = 40.27%
BLUE value IS 152 (59.77% from 255) = 25.50%
R=34.23%
G=40.27%
B=25.50%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042401520.1500.370.0684.5574.5876.86
HexCCF098F0256554b4d
Octal314360230170456125113115
Binary11001100111100001001100011110100101110101010110010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF098; }

 p { color: rgb(204,240,152); }

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

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

 a { background-color: rgb(204,240,152); }

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

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

 span { border-color: rgb(204,240,152); }

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