#CCF7B5

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

Shades of Tea Green #CCF7B5

Tints of Tea Green #CCF7B5

Color information

#CCF7B5 (or 0xCCF7B5) is unknown color: approx Tea Green. HEX triplet: CC, F7 and B5. RGB value is (204,247,181). Sum of RGB (Red+Green+Blue) = 204+247+181=632 (83% of max value = 765). Red value is 204 (80.08% from 255 or 32.28% from 632); Green value is 247 (96.88% from 255 or 39.08% from 632); Blue value is 181 (71.09% from 255 or 28.64% from 632); Max value from RGB is 247 - color contains mainly: green. Hex color #CCF7B5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CCF7B5 is #33084A. Grayscale: #E2E2E2. Windows color (decimal): -3344459 or 11925452. OLE color: 11925452.

HSL color Cylindrical-coordinate representation of color #CCF7B5: hue angle of 99.09º degrees, saturation: 0.8, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CCF7B5 is Cyan = 0.17, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.03.

Color convert

RGB204247181-
CMYK0.1700.270.03
HSL99.09º80.49%83.92%-
HSV(B)99.09º26.72%96.86%-
XYZ66.582.756.17-
YUV226.62102.25111.87-

RGB Variations

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

RGB

RED value IS 204 (80.08% from 255) = 32.28%
GREEN value IS 247 (96.88% from 255) = 39.08%
BLUE value IS 181 (71.09% from 255) = 28.64%
R=32.28%
G=39.08%
B=28.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2042471810.1700.270.0399.0980.4983.92
HexCCF7B51101B3635054
Octal314367265210333143120124
Binary1100110011110111101101011000101101111110001110100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CCF7B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CCF7B5; }

 p { color: rgb(204,247,181); }

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

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

 a { background-color: rgb(204,247,181); }

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

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

 span { border-color: rgb(204,247,181); }

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