#CCFFBD

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

Shades of Tea Green #CCFFBD

Tints of Tea Green #CCFFBD

Color information

#CCFFBD (or 0xCCFFBD) is unknown color: approx Tea Green. HEX triplet: CC, FF and BD. RGB value is (204,255,189). Sum of RGB (Red+Green+Blue) = 204+255+189=648 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.48% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 189 (74.22% from 255 or 29.17% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #CCFFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCFFBD is #330042. Grayscale: #E8E8E8. Windows color (decimal): -3342403 or 12451788. OLE color: 12451788.

HSL color Cylindrical-coordinate representation of color #CCFFBD: hue angle of 106.36º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CCFFBD is Cyan = 0.2, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB204255189-
CMYK0.200.260
HSL106.36º100%87.06%-
HSV(B)106.36º25.88%100%-
XYZ69.8588.0361.45-
YUV232.23103.6107.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 31.48%
GREEN value IS 255 (100% from 255) = 39.35%
BLUE value IS 189 (74.22% from 255) = 29.17%
R=31.48%
G=39.35%
B=29.17%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2042551890.200.260106.3610087.06
HexCCFFBD1401A06a6457
Octal314377275240320152144127
Binary110011001111111110111101101000110100110101011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCFFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCFFBD; }

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

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

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

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

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

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

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

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