#CFE8C4

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

Shades of Tea Green #CFE8C4

Tints of Tea Green #CFE8C4

Color information

#CFE8C4 (or 0xCFE8C4) is unknown color: approx Tea Green. HEX triplet: CF, E8 and C4. RGB value is (207,232,196). Sum of RGB (Red+Green+Blue) = 207+232+196=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 232 (91.02% from 255 or 36.54% from 635); Blue value is 196 (76.95% from 255 or 30.87% from 635); Max value from RGB is 232 - color contains mainly: green. Hex color #CFE8C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFE8C4 is #30173B. Grayscale: #DCDCDC. Windows color (decimal): -3151676 or 12904655. OLE color: 12904655.

HSL color Cylindrical-coordinate representation of color #CFE8C4: hue angle of 101.67º degrees, saturation: 0.44, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CFE8C4 is Cyan = 0.11, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.09.

Color convert

RGB207232196-
CMYK0.1100.160.09
HSL101.67º43.9%83.92%-
HSV(B)101.67º15.52%90.98%-
XYZ64.5574.9663.29-
YUV220.42114.22118.43-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.60%
GREEN value IS 232 (91.02% from 255) = 36.54%
BLUE value IS 196 (76.95% from 255) = 30.87%
R=32.60%
G=36.54%
B=30.87%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2072321960.1100.160.09101.6743.983.92
HexCFE8C4B0109662c54
Octal317350304130201114654124
Binary1100111111101000110001001011010000100111001101011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFE8C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFE8C4; }

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

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

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

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

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

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

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

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