Html Css Color HEX #CFEAC1 Tea Green

📋 copy color: '#CFEAC1'

red 207 ◦ green 234 ◦ blue 193

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

Shades of Tea Green #CFEAC1

Tints of Tea Green #CFEAC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 30.44%

R = 32.65%
G = 36.91%
B = 30.44%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.18

 K value IS 0.08

RGB Variations

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

Color information

#CFEAC1 (or 0xCFEAC1) is known color: Tea Green. HEX triplet: CF, EA and C1. RGB value is (207,234,193). Sum of RGB (Red+Green+Blue) = 207+234+193=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 234 (91.80% from 255 or 36.91% from 634); Blue value is 193 (75.78% from 255 or 30.44% from 634); Max value from RGB is 234 - color contains mainly: green. Hex color #CFEAC1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFEAC1 is #30153E. Grayscale: #DDDDDD. Windows color (decimal): -3151167 or 12708559. OLE color: 12708559.

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

Color convert

RGB 207 234 193 -
CMYK 0.12 0 0.18 0.08
HSL 99.51º 0.49% 0.84% -
HSV(B) 99.51º 0.18% 0.92% -
XYZ 64.78 75.96 61.7 -
YUV 221.25 112.05 117.83 -
System Red Green Blue C M Y K H S L
Decimal 207 234 193 0.12 0 0.18 0.08 99.51 0.49 0.84
Hex CF EA C1 C 0 12 8 64 31 54
Octal 317 352 301 14 0 22 10 144 61 124
Binary 11001111 11101010 11000001 1100 0 10010 1000 1100100 110001 1010100

Color Harmonies of #CFEAC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFEAC1

Black with #CFEAC1

Text Example


Text Example

White with #CFEAC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFEAC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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