Html Css Color HEX #CEFABA Tea Green

📋 copy color: '#CEFABA'

red 206 ◦ green 250 ◦ blue 186

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

Shades of Tea Green #CEFABA

Tints of Tea Green #CEFABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 28.97%

R = 32.09%
G = 38.94%
B = 28.97%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.26

 K value IS 0.02

RGB Variations

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

Color information

#CEFABA (or 0xCEFABA) is known color: Tea Green. HEX triplet: CE, FA and BA. RGB value is (206,250,186). Sum of RGB (Red+Green+Blue) = 206+250+186=642 (85% of max value = 765). Red value is 206 (80.86% from 255 or 32.09% from 642); Green value is 250 (98.05% from 255 or 38.94% from 642); Blue value is 186 (73.05% from 255 or 28.97% from 642); Max value from RGB is 250 - color contains mainly: green. Hex color #CEFABA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEFABA is #310545. Grayscale: #E5E5E5. Windows color (decimal): -3212614 or 12253902. OLE color: 12253902.

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

Color convert

RGB 206 250 186 -
CMYK 0.18 0 0.26 0.02
HSL 101.25º 0.86% 0.85% -
HSV(B) 101.25º 0.26% 0.98% -
XYZ 68.5 85.04 59.26 -
YUV 229.55 103.42 111.2 -
System Red Green Blue C M Y K H S L
Decimal 206 250 186 0.18 0 0.26 0.02 101.25 0.86 0.85
Hex CE FA BA 12 0 1A 2 65 56 55
Octal 316 372 272 22 0 32 2 145 126 125
Binary 11001110 11111010 10111010 10010 0 11010 10 1100101 1010110 1010101

Color Harmonies of #CEFABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEFABA

Black with #CEFABA

Text Example


Text Example

White with #CEFABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEFABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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