Html Css Color HEX #CBEBC2 Tea Green

📋 copy color: '#CBEBC2'

red 203 ◦ green 235 ◦ blue 194

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

Shades of Tea Green #CBEBC2

Tints of Tea Green #CBEBC2

RGB

 RED value IS 203 (79.69% from 255) = 32.12%

 GREEN value IS 235 (92.19% from 255) = 37.18%

 BLUE value IS 194 (76.17% from 255) = 30.7%

R = 32.12%
G = 37.18%
B = 30.7%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.17

 K value IS 0.08

RGB Variations

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

Color information

#CBEBC2 (or 0xCBEBC2) is known color: Tea Green. HEX triplet: CB, EB and C2. RGB value is (203,235,194). Sum of RGB (Red+Green+Blue) = 203+235+194=632 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.12% from 632); Green value is 235 (92.19% from 255 or 37.18% from 632); Blue value is 194 (76.17% from 255 or 30.70% from 632); Max value from RGB is 235 - color contains mainly: green. Hex color #CBEBC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEBC2 is #34143D. Grayscale: #DCDCDC. Windows color (decimal): -3413054 or 12774347. OLE color: 12774347.

HSL color Cylindrical-coordinate representation of color #CBEBC2: hue angle of 106.83º degrees, saturation: 0.51, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBEBC2 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.

Color convert

RGB 203 235 194 -
CMYK 0.14 0 0.17 0.08
HSL 106.83º 0.51% 0.84% -
HSV(B) 106.83º 0.17% 0.92% -
XYZ 64.07 76.01 62.33 -
YUV 220.76 112.9 115.33 -
System Red Green Blue C M Y K H S L
Decimal 203 235 194 0.14 0 0.17 0.08 106.83 0.51 0.84
Hex CB EB C2 E 0 11 8 6B 33 54
Octal 313 353 302 16 0 21 10 153 63 124
Binary 11001011 11101011 11000010 1110 0 10001 1000 1101011 110011 1010100

Color Harmonies of #CBEBC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEBC2

Black with #CBEBC2

Text Example


Text Example

White with #CBEBC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEBC2; }

 p { color: rgb(203,235,194); }

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

background-color css

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

 a { background-color: rgb(203,235,194); }

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

border-color css

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

 span { border-color: rgb(203,235,194); }

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