#CCFBA8

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

Shades of Reef #CCFBA8

Tints of Reef #CCFBA8

Color information

#CCFBA8 (or 0xCCFBA8) is unknown color: approx Reef. HEX triplet: CC, FB and A8. RGB value is (204,251,168). Sum of RGB (Red+Green+Blue) = 204+251+168=623 (82% of max value = 765). Red value is 204 (80.08% from 255 or 32.74% from 623); Green value is 251 (98.44% from 255 or 40.29% from 623); Blue value is 168 (66.02% from 255 or 26.97% from 623); Max value from RGB is 251 - color contains mainly: green. Hex color #CCFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CCFBA8 is #330457. Grayscale: #E3E3E3. Windows color (decimal): -3343448 or 11074508. OLE color: 11074508.

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

Color convert

RGB204251168-
CMYK0.1900.330.02
HSL93.98º91.21%82.16%-
HSV(B)93.98º33.07%98.43%-
XYZ66.4784.6649.88-
YUV227.4894.43111.25-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.74%
GREEN value IS 251 (98.44% from 255) = 40.29%
BLUE value IS 168 (66.02% from 255) = 26.97%
R=32.74%
G=40.29%
B=26.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2042511680.1900.330.0293.9891.2182.16
HexCCFBA81302125e5b52
Octal314373250230412136133122
Binary11001100111110111010100010011010000110101111010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFBA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFBA8; }

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

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

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

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

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

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

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

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