#CFEABA

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

Shades of Tea Green #CFEABA

Tints of Tea Green #CFEABA

Color information

#CFEABA (or 0xCFEABA) is unknown color: approx Tea Green. HEX triplet: CF, EA and BA. RGB value is (207,234,186). Sum of RGB (Red+Green+Blue) = 207+234+186=627 (83% of max value = 765). Red value is 207 (81.25% from 255 or 33.01% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 186 (73.05% from 255 or 29.67% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEABA is #301545. Grayscale: #DCDCDC. Windows color (decimal): -3151174 or 12249807. OLE color: 12249807.

HSL color Cylindrical-coordinate representation of color #CFEABA: hue angle of 93.75º degrees, saturation: 0.53, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CFEABA is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB207234186-
CMYK0.1200.210.08
HSL93.75º53.33%82.35%-
HSV(B)93.75º20.51%91.76%-
XYZ64.0275.6657.68-
YUV220.46108.55118.4-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.01%
GREEN value IS 234 (91.80% from 255) = 37.32%
BLUE value IS 186 (73.05% from 255) = 29.67%
R=33.01%
G=37.32%
B=29.67%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2072341860.1200.210.0893.7553.3382.35
HexCFEABAC01585e3552
Octal317352272140251013665122
Binary1100111111101010101110101100010101100010111101101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFEABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFEABA; }

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

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

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

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

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

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

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

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