Html Css Color HEX #CFEAB9 Tea Green

📋 copy color: '#CFEAB9'

red 207 ◦ green 234 ◦ blue 185

#CFEAB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #CFEAB9

Tints of Tea Green #CFEAB9

RGB

 RED value IS 207 (81.25% from 255) = 33.07%

 GREEN value IS 234 (91.8% from 255) = 37.38%

 BLUE value IS 185 (72.66% from 255) = 29.55%

R = 33.07%
G = 37.38%
B = 29.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.21

 K value IS 0.08

RGB Variations

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

Color information

#CFEAB9 (or 0xCFEAB9) is known color: Tea Green. HEX triplet: CF, EA and B9. RGB value is (207,234,185). Sum of RGB (Red+Green+Blue) = 207+234+185=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 185 (72.66% from 255 or 29.55% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAB9 is #301546. Grayscale: #DCDCDC. Windows color (decimal): -3151175 or 12184271. OLE color: 12184271.

HSL color Cylindrical-coordinate representation of color #CFEAB9: hue angle of 93.06º degrees, saturation: 0.54, 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 #CFEAB9 is Cyan = 0.12, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB 207 234 185 -
CMYK 0.12 0 0.21 0.08
HSL 93.06º 0.54% 0.82% -
HSV(B) 93.06º 0.21% 0.92% -
XYZ 63.91 75.61 57.13 -
YUV 220.34 108.05 118.48 -
System Red Green Blue C M Y K H S L
Decimal 207 234 185 0.12 0 0.21 0.08 93.06 0.54 0.82
Hex CF EA B9 C 0 15 8 5D 36 52
Octal 317 352 271 14 0 25 10 135 66 122
Binary 11001111 11101010 10111001 1100 0 10101 1000 1011101 110110 1010010

Color Harmonies of #CFEAB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAB9

Black with #CFEAB9

Text Example


Text Example

White with #CFEAB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAB9; }

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

 H1.HeaderClassName
 {
   color: #CFEAB9;
 }
 .AnyTagClassName
 {
   color: #CFEAB9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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