#CFEABC

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

Shades of Tea Green #CFEABC

Tints of Tea Green #CFEABC

Color information

#CFEABC (or 0xCFEABC) is unknown color: approx Tea Green. HEX triplet: CF, EA and BC. RGB value is (207,234,188). Sum of RGB (Red+Green+Blue) = 207+234+188=629 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.91% from 629); Green value is 234 (91.80% from 255 or 37.20% from 629); Blue value is 188 (73.83% from 255 or 29.89% from 629); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEABC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEABC is #301543. Grayscale: #DCDCDC. Windows color (decimal): -3151172 or 12380879. OLE color: 12380879.

HSL color Cylindrical-coordinate representation of color #CFEABC: hue angle of 95.22º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CFEABC is Cyan = 0.12, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.08.

Color convert

RGB207234188-
CMYK0.1200.200.08
HSL95.22º52.27%82.75%-
HSV(B)95.22º19.66%91.76%-
XYZ64.2375.7458.81-
YUV220.68109.55118.24-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.91%
GREEN value IS 234 (91.80% from 255) = 37.20%
BLUE value IS 188 (73.83% from 255) = 29.89%
R=32.91%
G=37.20%
B=29.89%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341880.1200.200.0895.2252.2782.75
HexCFEABCC01485f3453
Octal317352274140241013764123
Binary1100111111101010101111001100010100100010111111101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEABC; }

 p { color: rgb(207,234,188); }

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

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

 a { background-color: rgb(207,234,188); }

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

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

 span { border-color: rgb(207,234,188); }

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