Html Css Color HEX #CEF1BF Tea Green

📋 copy color: '#CEF1BF'

red 206 ◦ green 241 ◦ blue 191

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

Shades of Tea Green #CEF1BF

Tints of Tea Green #CEF1BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.94%

R = 32.29%
G = 37.77%
B = 29.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#CEF1BF (or 0xCEF1BF) is known color: Tea Green. HEX triplet: CE, F1 and BF. RGB value is (206,241,191). Sum of RGB (Red+Green+Blue) = 206+241+191=638 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.29% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 191 (75% from 255 or 29.94% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #CEF1BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEF1BF is #310E40. Grayscale: #E1E1E1. Windows color (decimal): -3214913 or 12579278. OLE color: 12579278.

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

Color convert

RGB 206 241 191 -
CMYK 0.15 0 0.21 0.05
HSL 102º 0.64% 0.85% -
HSV(B) 102º 0.21% 0.95% -
XYZ 66.31 79.79 61.2 -
YUV 224.84 108.9 114.57 -
System Red Green Blue C M Y K H S L
Decimal 206 241 191 0.15 0 0.21 0.05 102 0.64 0.85
Hex CE F1 BF F 0 15 5 66 40 55
Octal 316 361 277 17 0 25 5 146 100 125
Binary 11001110 11110001 10111111 1111 0 10101 101 1100110 1000000 1010101

Color Harmonies of #CEF1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEF1BF

Black with #CEF1BF

Text Example


Text Example

White with #CEF1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEF1BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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