Html Css Color HEX #CFEAB8 Tea Green

📋 copy color: '#CFEAB8'

red 207 ◦ green 234 ◦ blue 184

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

Shades of Tea Green #CFEAB8

Tints of Tea Green #CFEAB8

RGB

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

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

 BLUE value IS 184 (72.27% from 255) = 29.44%

R = 33.12%
G = 37.44%
B = 29.44%

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

#CFEAB8 (or 0xCFEAB8) is known color: Tea Green. HEX triplet: CF, EA and B8. RGB value is (207,234,184). Sum of RGB (Red+Green+Blue) = 207+234+184=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 234 (91.80% from 255 or 37.44% from 625); Blue value is 184 (72.27% from 255 or 29.44% from 625); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAB8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAB8 is #301547. Grayscale: #DCDCDC. Windows color (decimal): -3151176 or 12118735. OLE color: 12118735.

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

Color convert

RGB 207 234 184 -
CMYK 0.12 0 0.21 0.08
HSL 92.4º 0.54% 0.82% -
HSV(B) 92.4º 0.21% 0.92% -
XYZ 63.81 75.57 56.57 -
YUV 220.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 207 234 184 0.12 0 0.21 0.08 92.4 0.54 0.82
Hex CF EA B8 C 0 15 8 5C 36 52
Octal 317 352 270 14 0 25 10 134 66 122
Binary 11001111 11101010 10111000 1100 0 10101 1000 1011100 110110 1010010

Color Harmonies of #CFEAB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAB8

Black with #CFEAB8

Text Example


Text Example

White with #CFEAB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAB8; }

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

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

background-color css

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

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

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

border-color css

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

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

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