#CCFBAA

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

Shades of Reef #CCFBAA

Tints of Reef #CCFBAA

Color information

#CCFBAA (or 0xCCFBAA) is unknown color: approx Reef. HEX triplet: CC, FB and AA. RGB value is (204,251,170). Sum of RGB (Red+Green+Blue) = 204+251+170=625 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.64% from 625); Green value is 251 (98.44% from 255 or 40.16% from 625); Blue value is 170 (66.80% from 255 or 27.2% from 625); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBAA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFBAA is #330455. Grayscale: #E3E3E3. Windows color (decimal): -3343446 or 11205580. OLE color: 11205580.

HSL color Cylindrical-coordinate representation of color #CCFBAA: hue angle of 94.81º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #CCFBAA is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB204251170-
CMYK0.1900.320.02
HSL94.81º91.01%82.55%-
HSV(B)94.81º32.27%98.43%-
XYZ66.6584.7350.87-
YUV227.7195.43111.09-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.64%
GREEN value IS 251 (98.44% from 255) = 40.16%
BLUE value IS 170 (66.80% from 255) = 27.2%
R=32.64%
G=40.16%
B=27.2%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511700.1900.320.0294.8191.0182.55
HexCCFBAA1302025f5b53
Octal314373252230402137133123
Binary11001100111110111010101010011010000010101111110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBAA; }

 p { color: rgb(204,251,170); }

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

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

 a { background-color: rgb(204,251,170); }

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

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

 span { border-color: rgb(204,251,170); }

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