Html Css Color HEX #CEFEC2 Tea Green

📋 copy color: '#CEFEC2'

red 206 ◦ green 254 ◦ blue 194

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

Shades of Tea Green #CEFEC2

Tints of Tea Green #CEFEC2

RGB

 RED value IS 206 (80.86% from 255) = 31.5%

 GREEN value IS 254 (99.61% from 255) = 38.84%

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

R = 31.5%
G = 38.84%
B = 29.66%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#CEFEC2 (or 0xCEFEC2) is known color: Tea Green. HEX triplet: CE, FE and C2. RGB value is (206,254,194). Sum of RGB (Red+Green+Blue) = 206+254+194=654 (86% of max value = 765). Red value is 206 (80.86% from 255 or 31.50% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 194 (76.17% from 255 or 29.66% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #CEFEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFEC2 is #31013D. Grayscale: #E8E8E8. Windows color (decimal): -3211582 or 12779214. OLE color: 12779214.

HSL color Cylindrical-coordinate representation of color #CEFEC2: hue angle of 108º degrees, saturation: 0.97, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CEFEC2 is Cyan = 0.19, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB 206 254 194 -
CMYK 0.19 0 0.24 0.00
HSL 108º 0.97% 0.88% -
HSV(B) 108º 0.24% 1% -
XYZ 70.63 87.9 64.28 -
YUV 232.81 106.1 108.88 -
System Red Green Blue C M Y K H S L
Decimal 206 254 194 0.19 0 0.24 0.00 108 0.97 0.88
Hex CE FE C2 13 0 18 0 6C 61 58
Octal 316 376 302 23 0 30 0 154 141 130
Binary 11001110 11111110 11000010 10011 0 11000 0 1101100 1100001 1011000

Color Harmonies of #CEFEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFEC2

Black with #CEFEC2

Text Example


Text Example

White with #CEFEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFEC2; }

 p { color: rgb(206,254,194); }

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

background-color css

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

 a { background-color: rgb(206,254,194); }

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

border-color css

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

 span { border-color: rgb(206,254,194); }

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