#CFEFC5

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

Shades of Tea Green #CFEFC5

Tints of Tea Green #CFEFC5

Color information

#CFEFC5 (or 0xCFEFC5) is unknown color: approx Tea Green. HEX triplet: CF, EF and C5. RGB value is (207,239,197). Sum of RGB (Red+Green+Blue) = 207+239+197=643 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.19% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 197 (77.34% from 255 or 30.64% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #CFEFC5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEFC5 is #30103A. Grayscale: #E0E0E0. Windows color (decimal): -3149883 or 12971983. OLE color: 12971983.

HSL color Cylindrical-coordinate representation of color #CFEFC5: hue angle of 105.71º degrees, saturation: 0.57, 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 #CFEFC5 is Cyan = 0.13, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.

Color convert

RGB207239197-
CMYK0.1300.180.06
HSL105.71º56.76%85.49%-
HSV(B)105.71º17.57%93.73%-
XYZ66.6879.0364.56-
YUV224.64112.4115.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.19%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 197 (77.34% from 255) = 30.64%
R=32.19%
G=37.17%
B=30.64%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072391970.1300.180.06105.7156.7685.49
HexCFEFC5D01266a3955
Octal31735730515022615271125
Binary110011111110111111000101110101001011011010101110011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEFC5; }

 p { color: rgb(207,239,197); }

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

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

 a { background-color: rgb(207,239,197); }

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

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

 span { border-color: rgb(207,239,197); }

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