Html Css Color HEX #CFEAB4 Tea Green

📋 copy color: '#CFEAB4'

red 207 ◦ green 234 ◦ blue 180

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

Shades of Tea Green #CFEAB4

Tints of Tea Green #CFEAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.99%

R = 33.33%
G = 37.68%
B = 28.99%

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

#CFEAB4 (or 0xCFEAB4) is known color: Tea Green. HEX triplet: CF, EA and B4. RGB value is (207,234,180). Sum of RGB (Red+Green+Blue) = 207+234+180=621 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.33% from 621); Green value is 234 (91.80% from 255 or 37.68% from 621); Blue value is 180 (70.70% from 255 or 28.99% from 621); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAB4 is #30154B. Grayscale: #DBDBDB. Windows color (decimal): -3151180 or 11856591. OLE color: 11856591.

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

Color convert

RGB 207 234 180 -
CMYK 0.12 0 0.23 0.08
HSL 90º 0.56% 0.81% -
HSV(B) 90º 0.23% 0.92% -
XYZ 63.39 75.41 54.39 -
YUV 219.77 105.55 118.89 -
System Red Green Blue C M Y K H S L
Decimal 207 234 180 0.12 0 0.23 0.08 90 0.56 0.81
Hex CF EA B4 C 0 17 8 5A 38 51
Octal 317 352 264 14 0 27 10 132 70 121
Binary 11001111 11101010 10110100 1100 0 10111 1000 1011010 111000 1010001

Color Harmonies of #CFEAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAB4

Black with #CFEAB4

Text Example


Text Example

White with #CFEAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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