Html Css Color HEX #CBEABE Tea Green

📋 copy color: '#CBEABE'

red 203 ◦ green 234 ◦ blue 190

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

Shades of Tea Green #CBEABE

Tints of Tea Green #CBEABE

RGB

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

 GREEN value IS 234 (91.8% from 255) = 37.32%

 BLUE value IS 190 (74.61% from 255) = 30.3%

R = 32.38%
G = 37.32%
B = 30.3%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.19

 K value IS 0.08

RGB Variations

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

Color information

#CBEABE (or 0xCBEABE) is known color: Tea Green. HEX triplet: CB, EA and BE. RGB value is (203,234,190). Sum of RGB (Red+Green+Blue) = 203+234+190=627 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.38% from 627); Green value is 234 (91.80% from 255 or 37.32% from 627); Blue value is 190 (74.61% from 255 or 30.30% from 627); Max value from RGB is 234 - color contains mainly: green. Hex color #CBEABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEABE is #341541. Grayscale: #DBDBDB. Windows color (decimal): -3413314 or 12511947. OLE color: 12511947.

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

Color convert

RGB 203 234 190 -
CMYK 0.13 0 0.19 0.08
HSL 102.27º 0.51% 0.83% -
HSV(B) 102.27º 0.19% 0.92% -
XYZ 63.35 75.26 59.9 -
YUV 219.72 111.23 116.08 -
System Red Green Blue C M Y K H S L
Decimal 203 234 190 0.13 0 0.19 0.08 102.27 0.51 0.83
Hex CB EA BE D 0 13 8 66 33 53
Octal 313 352 276 15 0 23 10 146 63 123
Binary 11001011 11101010 10111110 1101 0 10011 1000 1100110 110011 1010011

Color Harmonies of #CBEABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEABE

Black with #CBEABE

Text Example


Text Example

White with #CBEABE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEABE; }

 p { color: rgb(203,234,190); }

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

background-color css

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

 a { background-color: rgb(203,234,190); }

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

border-color css

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

 span { border-color: rgb(203,234,190); }

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