Html Css Color HEX #CFEAC2 Tea Green

📋 copy color: '#CFEAC2'

red 207 ◦ green 234 ◦ blue 194

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

Shades of Tea Green #CFEAC2

Tints of Tea Green #CFEAC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 30.55%

R = 32.6%
G = 36.85%
B = 30.55%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#CFEAC2 (or 0xCFEAC2) is known color: Tea Green. HEX triplet: CF, EA and C2. RGB value is (207,234,194). Sum of RGB (Red+Green+Blue) = 207+234+194=635 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.60% from 635); Green value is 234 (91.80% from 255 or 36.85% from 635); Blue value is 194 (76.17% from 255 or 30.55% from 635); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC2 is #30153D. Grayscale: #DDDDDD. Windows color (decimal): -3151166 or 12774095. OLE color: 12774095.

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

Color convert

RGB 207 234 194 -
CMYK 0.12 0 0.17 0.08
HSL 100.5º 0.49% 0.84% -
HSV(B) 100.5º 0.17% 0.92% -
XYZ 64.89 76.01 62.29 -
YUV 221.37 112.55 117.75 -
System Red Green Blue C M Y K H S L
Decimal 207 234 194 0.12 0 0.17 0.08 100.5 0.49 0.84
Hex CF EA C2 C 0 11 8 64 31 54
Octal 317 352 302 14 0 21 10 144 61 124
Binary 11001111 11101010 11000010 1100 0 10001 1000 1100100 110001 1010100

Color Harmonies of #CFEAC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAC2

Black with #CFEAC2

Text Example


Text Example

White with #CFEAC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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