#CCFA9B

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

Shades of Reef #CCFA9B

Tints of Reef #CCFA9B

Color information

#CCFA9B (or 0xCCFA9B) is unknown color: approx Reef. HEX triplet: CC, FA and 9B. RGB value is (204,250,155). Sum of RGB (Red+Green+Blue) = 204+250+155=609 (80% of max value = 765). Red value is 204 (80.08% from 255 or 33.50% from 609); Green value is 250 (98.05% from 255 or 41.05% from 609); Blue value is 155 (60.94% from 255 or 25.45% from 609); Max value from RGB is 250 - color contains mainly: green. Hex color #CCFA9B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFA9B is #330564. Grayscale: #E1E1E1. Windows color (decimal): -3343717 or 10222284. OLE color: 10222284.

HSL color Cylindrical-coordinate representation of color #CCFA9B: hue angle of 89.05º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CCFA9B is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB204250155-
CMYK0.1800.380.02
HSL89.05º90.48%79.41%-
HSV(B)89.05º38%98.04%-
XYZ6583.5843.72-
YUV225.4288.26112.72-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 33.50%
GREEN value IS 250 (98.05% from 255) = 41.05%
BLUE value IS 155 (60.94% from 255) = 25.45%
R=33.50%
G=41.05%
B=25.45%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042501550.1800.380.0289.0590.4879.41
HexCCFA9B120262595a4f
Octal314372233220462131132117
Binary11001100111110101001101110010010011010101100110110101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFA9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFA9B; }

 p { color: rgb(204,250,155); }

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

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

 a { background-color: rgb(204,250,155); }

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

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

 span { border-color: rgb(204,250,155); }

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