Html Css Color HEX #CEFAB0 Tea Green

📋 copy color: '#CEFAB0'

red 206 ◦ green 250 ◦ blue 176

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

Shades of Tea Green #CEFAB0

Tints of Tea Green #CEFAB0

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.56%

 BLUE value IS 176 (69.14% from 255) = 27.85%

R = 32.59%
G = 39.56%
B = 27.85%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#CEFAB0 (or 0xCEFAB0) is known color: Tea Green. HEX triplet: CE, FA and B0. RGB value is (206,250,176). Sum of RGB (Red+Green+Blue) = 206+250+176=632 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.59% from 632); Green value is 250 (98.05% from 255 or 39.56% from 632); Blue value is 176 (69.14% from 255 or 27.85% from 632); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CEFAB0 is #31054F. Grayscale: #E4E4E4. Windows color (decimal): -3212624 or 11598542. OLE color: 11598542.

HSL color Cylindrical-coordinate representation of color #CEFAB0: hue angle of 95.68º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #CEFAB0 is Cyan = 0.18, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 206 250 176 -
CMYK 0.18 0 0.30 0.02
HSL 95.68º 0.88% 0.84% -
HSV(B) 95.68º 0.3% 0.98% -
XYZ 67.48 84.63 53.85 -
YUV 228.41 98.42 112.02 -
System Red Green Blue C M Y K H S L
Decimal 206 250 176 0.18 0 0.30 0.02 95.68 0.88 0.84
Hex CE FA B0 12 0 1E 2 60 58 54
Octal 316 372 260 22 0 36 2 140 130 124
Binary 11001110 11111010 10110000 10010 0 11110 10 1100000 1011000 1010100

Color Harmonies of #CEFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFAB0

Black with #CEFAB0

Text Example


Text Example

White with #CEFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFAB0; }

 p { color: rgb(206,250,176); }

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

background-color css

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

 a { background-color: rgb(206,250,176); }

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

border-color css

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

 span { border-color: rgb(206,250,176); }

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