#CCF0BD

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

Shades of Tea Green #CCF0BD

Tints of Tea Green #CCF0BD

Color information

#CCF0BD (or 0xCCF0BD) is unknown color: approx Tea Green. HEX triplet: CC, F0 and BD. RGB value is (204,240,189). Sum of RGB (Red+Green+Blue) = 204+240+189=633 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.23% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 189 (74.22% from 255 or 29.86% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #CCF0BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF0BD is #330F42. Grayscale: #DFDFDF. Windows color (decimal): -3346243 or 12447948. OLE color: 12447948.

HSL color Cylindrical-coordinate representation of color #CCF0BD: hue angle of 102.35º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CCF0BD is Cyan = 0.15, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB204240189-
CMYK0.1500.210.06
HSL102.35º62.96%84.12%-
HSV(B)102.35º21.25%94.12%-
XYZ65.2578.8359.92-
YUV223.42108.57114.15-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.23%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 189 (74.22% from 255) = 29.86%
R=32.23%
G=37.91%
B=29.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2042401890.1500.210.06102.3562.9684.12
HexCCF0BDF0156663f54
Octal31436027517025614677124
Binary110011001111000010111101111101010111011001101111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF0BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF0BD; }

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

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

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

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

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

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

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

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