Html Css Color HEX #CEF1BA Tea Green

📋 copy color: '#CEF1BA'

red 206 ◦ green 241 ◦ blue 186

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

Shades of Tea Green #CEF1BA

Tints of Tea Green #CEF1BA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.07%

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

R = 32.54%
G = 38.07%
B = 29.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#CEF1BA (or 0xCEF1BA) is known color: Tea Green. HEX triplet: CE, F1 and BA. RGB value is (206,241,186). Sum of RGB (Red+Green+Blue) = 206+241+186=633 (83% of max value = 765). Red value is 206 (80.86% from 255 or 32.54% from 633); Green value is 241 (94.53% from 255 or 38.07% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1BA is #310E45. Grayscale: #E0E0E0. Windows color (decimal): -3214918 or 12251598. OLE color: 12251598.

HSL color Cylindrical-coordinate representation of color #CEF1BA: hue angle of 98.18º degrees, saturation: 0.66, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEF1BA is Cyan = 0.15, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 241 186 -
CMYK 0.15 0 0.23 0.05
HSL 98.18º 0.66% 0.84% -
HSV(B) 98.18º 0.23% 0.95% -
XYZ 65.77 79.58 58.35 -
YUV 224.27 106.4 114.97 -
System Red Green Blue C M Y K H S L
Decimal 206 241 186 0.15 0 0.23 0.05 98.18 0.66 0.84
Hex CE F1 BA F 0 17 5 62 42 54
Octal 316 361 272 17 0 27 5 142 102 124
Binary 11001110 11110001 10111010 1111 0 10111 101 1100010 1000010 1010100

Color Harmonies of #CEF1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1BA

Black with #CEF1BA

Text Example


Text Example

White with #CEF1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1BA; }

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

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

background-color css

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

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

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

border-color css

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

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

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