#CCF2BB

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

Shades of Tea Green #CCF2BB

Tints of Tea Green #CCF2BB

Color information

#CCF2BB (or 0xCCF2BB) is unknown color: approx Tea Green. HEX triplet: CC, F2 and BB. RGB value is (204,242,187). Sum of RGB (Red+Green+Blue) = 204+242+187=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 242 (94.92% from 255 or 38.23% from 633); Blue value is 187 (73.44% from 255 or 29.54% from 633); Max value from RGB is 242 - color contains mainly: green. Hex color #CCF2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF2BB is #330D44. Grayscale: #E0E0E0. Windows color (decimal): -3345733 or 12317388. OLE color: 12317388.

HSL color Cylindrical-coordinate representation of color #CCF2BB: hue angle of 101.45º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CCF2BB is Cyan = 0.16, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB204242187-
CMYK0.1600.230.05
HSL101.45º67.9%84.12%-
HSV(B)101.45º22.73%94.9%-
XYZ65.6279.9358.98-
YUV224.37106.91113.47-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 242 (94.92% from 255) = 38.23%
BLUE value IS 187 (73.44% from 255) = 29.54%
R=32.23%
G=38.23%
B=29.54%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042421870.1600.230.05101.4567.984.12
HexCCF2BB100175654454
Octal314362273200275145104124
Binary11001100111100101011101110000010111101110010110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF2BB; }

 p { color: rgb(204,242,187); }

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

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

 a { background-color: rgb(204,242,187); }

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

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

 span { border-color: rgb(204,242,187); }

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