#CFF0C4

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

Shades of Tea Green #CFF0C4

Tints of Tea Green #CFF0C4

Color information

#CFF0C4 (or 0xCFF0C4) is unknown color: approx Tea Green. HEX triplet: CF, F0 and C4. RGB value is (207,240,196). Sum of RGB (Red+Green+Blue) = 207+240+196=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 196 (76.95% from 255 or 30.48% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0C4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0C4 is #300F3B. Grayscale: #E1E1E1. Windows color (decimal): -3149628 or 12906703. OLE color: 12906703.

HSL color Cylindrical-coordinate representation of color #CFF0C4: hue angle of 105º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CFF0C4 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB207240196-
CMYK0.1400.180.06
HSL105º59.46%85.49%-
HSV(B)105º18.33%94.12%-
XYZ66.8679.5764.06-
YUV225.12111.57115.08-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.19%
GREEN value IS 240 (94.14% from 255) = 37.33%
BLUE value IS 196 (76.95% from 255) = 30.48%
R=32.19%
G=37.33%
B=30.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401960.1400.180.0610559.4685.49
HexCFF0C4E0126693b55
Octal31736030416022615173125
Binary110011111111000011000100111001001011011010011110111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0C4; }

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

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

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

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

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

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

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

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