Html Css Color HEX #CEEFC0 Tea Green

📋 copy color: '#CEEFC0'

red 206 ◦ green 239 ◦ blue 192

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

Shades of Tea Green #CEEFC0

Tints of Tea Green #CEEFC0

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.52%

 BLUE value IS 192 (75.39% from 255) = 30.14%

R = 32.34%
G = 37.52%
B = 30.14%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#CEEFC0 (or 0xCEEFC0) is known color: Tea Green. HEX triplet: CE, EF and C0. RGB value is (206,239,192). Sum of RGB (Red+Green+Blue) = 206+239+192=637 (84% of max value = 765). Red value is 206 (80.86% from 255 or 32.34% from 637); Green value is 239 (93.75% from 255 or 37.52% from 637); Blue value is 192 (75.39% from 255 or 30.14% from 637); Max value from RGB is 239 - color contains mainly: green. Hex color #CEEFC0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CEEFC0 is #31103F. Grayscale: #DFDFDF. Windows color (decimal): -3215424 or 12644302. OLE color: 12644302.

HSL color Cylindrical-coordinate representation of color #CEEFC0: hue angle of 102.13º degrees, saturation: 0.59, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEEFC0 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB 206 239 192 -
CMYK 0.14 0 0.20 0.06
HSL 102.13º 0.59% 0.85% -
HSV(B) 102.13º 0.2% 0.94% -
XYZ 65.83 78.66 61.58 -
YUV 223.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 206 239 192 0.14 0 0.20 0.06 102.13 0.59 0.85
Hex CE EF C0 E 0 14 6 66 3B 55
Octal 316 357 300 16 0 24 6 146 73 125
Binary 11001110 11101111 11000000 1110 0 10100 110 1100110 111011 1010101

Color Harmonies of #CEEFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEEFC0

Black with #CEEFC0

Text Example


Text Example

White with #CEEFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEEFC0; }

 p { color: rgb(206,239,192); }

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

background-color css

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

 a { background-color: rgb(206,239,192); }

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

border-color css

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

 span { border-color: rgb(206,239,192); }

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