#CFE5C4

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

Shades of Tea Green #CFE5C4

Tints of Tea Green #CFE5C4

Color information

#CFE5C4 (or 0xCFE5C4) is unknown color: approx Tea Green. HEX triplet: CF, E5 and C4. RGB value is (207,229,196). Sum of RGB (Red+Green+Blue) = 207+229+196=632 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.75% from 632); Green value is 229 (89.84% from 255 or 36.23% from 632); Blue value is 196 (76.95% from 255 or 31.01% from 632); Max value from RGB is 229 - color contains mainly: green. Hex color #CFE5C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFE5C4 is #301A3B. Grayscale: #DADADA. Windows color (decimal): -3152444 or 12903887. OLE color: 12903887.

HSL color Cylindrical-coordinate representation of color #CFE5C4: hue angle of 100º degrees, saturation: 0.39, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFE5C4 is Cyan = 0.10, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.10.

Color convert

RGB207229196-
CMYK0.1000.140.10
HSL100º38.82%83.33%-
HSV(B)100º14.41%89.8%-
XYZ63.7273.2963.01-
YUV218.66115.21119.68-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.75%
GREEN value IS 229 (89.84% from 255) = 36.23%
BLUE value IS 196 (76.95% from 255) = 31.01%
R=32.75%
G=36.23%
B=31.01%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2072291960.1000.140.1010038.8283.33
HexCFE5C4A0EA642753
Octal317345304120161214447123
Binary110011111110010111000100101001110101011001001001111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE5C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE5C4; }

 p { color: rgb(207,229,196); }

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

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

 a { background-color: rgb(207,229,196); }

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

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

 span { border-color: rgb(207,229,196); }

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