Html Css Color HEX #CEFABD Tea Green

📋 copy color: '#CEFABD'

red 206 ◦ green 250 ◦ blue 189

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

Shades of Tea Green #CEFABD

Tints of Tea Green #CEFABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.3%

R = 31.94%
G = 38.76%
B = 29.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#CEFABD (or 0xCEFABD) is known color: Tea Green. HEX triplet: CE, FA and BD. RGB value is (206,250,189). Sum of RGB (Red+Green+Blue) = 206+250+189=645 (85% of max value = 765). Red value is 206 (80.86% from 255 or 31.94% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 189 (74.22% from 255 or 29.30% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFABD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFABD is #310542. Grayscale: #E6E6E6. Windows color (decimal): -3212611 or 12450510. OLE color: 12450510.

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

Color convert

RGB 206 250 189 -
CMYK 0.18 0 0.24 0.02
HSL 103.28º 0.86% 0.86% -
HSV(B) 103.28º 0.24% 0.98% -
XYZ 68.82 85.17 60.96 -
YUV 229.89 104.92 110.96 -
System Red Green Blue C M Y K H S L
Decimal 206 250 189 0.18 0 0.24 0.02 103.28 0.86 0.86
Hex CE FA BD 12 0 18 2 67 56 56
Octal 316 372 275 22 0 30 2 147 126 126
Binary 11001110 11111010 10111101 10010 0 11000 10 1100111 1010110 1010110

Color Harmonies of #CEFABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFABD

Black with #CEFABD

Text Example


Text Example

White with #CEFABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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