Html Css Color HEX #CFEAB5 Tea Green

📋 copy color: '#CFEAB5'

red 207 ◦ green 234 ◦ blue 181

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

Shades of Tea Green #CFEAB5

Tints of Tea Green #CFEAB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 29.1%

R = 33.28%
G = 37.62%
B = 29.1%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#CFEAB5 (or 0xCFEAB5) is known color: Tea Green. HEX triplet: CF, EA and B5. RGB value is (207,234,181). Sum of RGB (Red+Green+Blue) = 207+234+181=622 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.28% from 622); Green value is 234 (91.80% from 255 or 37.62% from 622); Blue value is 181 (71.09% from 255 or 29.10% from 622); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAB5 is #30154A. Grayscale: #DCDCDC. Windows color (decimal): -3151179 or 11922127. OLE color: 11922127.

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

Color convert

RGB 207 234 181 -
CMYK 0.12 0 0.23 0.08
HSL 90.57º 0.56% 0.81% -
HSV(B) 90.57º 0.23% 0.92% -
XYZ 63.5 75.45 54.93 -
YUV 219.89 106.05 118.81 -
System Red Green Blue C M Y K H S L
Decimal 207 234 181 0.12 0 0.23 0.08 90.57 0.56 0.81
Hex CF EA B5 C 0 17 8 5B 38 51
Octal 317 352 265 14 0 27 10 133 70 121
Binary 11001111 11101010 10110101 1100 0 10111 1000 1011011 111000 1010001

Color Harmonies of #CFEAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAB5

Black with #CFEAB5

Text Example


Text Example

White with #CFEAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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