#CCF1BD

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

Shades of Tea Green #CCF1BD

Tints of Tea Green #CCF1BD

Color information

#CCF1BD (or 0xCCF1BD) is unknown color: approx Tea Green. HEX triplet: CC, F1 and BD. RGB value is (204,241,189). Sum of RGB (Red+Green+Blue) = 204+241+189=634 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.18% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 189 (74.22% from 255 or 29.81% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #CCF1BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF1BD is #330E42. Grayscale: #E0E0E0. Windows color (decimal): -3345987 or 12448204. OLE color: 12448204.

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

Color convert

RGB204241189-
CMYK0.1500.220.05
HSL102.69º65%84.31%-
HSV(B)102.69º21.58%94.51%-
XYZ65.5479.4260.02-
YUV224.01108.24113.73-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.18%
GREEN value IS 241 (94.53% from 255) = 38.01%
BLUE value IS 189 (74.22% from 255) = 29.81%
R=32.18%
G=38.01%
B=29.81%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2042411890.1500.220.05102.696584.31
HexCCF1BDF0165674154
Octal314361275170265147101124
Binary1100110011110001101111011111010110101110011110000011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF1BD; }

 p { color: rgb(204,241,189); }

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

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

 a { background-color: rgb(204,241,189); }

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

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

 span { border-color: rgb(204,241,189); }

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