Html Css Color HEX #CBE6BA Tea Green

📋 copy color: '#CBE6BA'

red 203 ◦ green 230 ◦ blue 186

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

Shades of Tea Green #CBE6BA

Tints of Tea Green #CBE6BA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 37.16%

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

R = 32.79%
G = 37.16%
B = 30.05%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.19

 K value IS 0.10

RGB Variations

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

Color information

#CBE6BA (or 0xCBE6BA) is known color: Tea Green. HEX triplet: CB, E6 and BA. RGB value is (203,230,186). Sum of RGB (Red+Green+Blue) = 203+230+186=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 230 (90.23% from 255 or 37.16% from 619); Blue value is 186 (73.05% from 255 or 30.05% from 619); Max value from RGB is 230 - color contains mainly: green. Hex color #CBE6BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBE6BA is #341945. Grayscale: #D9D9D9. Windows color (decimal): -3414342 or 12248779. OLE color: 12248779.

HSL color Cylindrical-coordinate representation of color #CBE6BA: hue angle of 96.82º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBE6BA is Cyan = 0.12, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.10.

Color convert

RGB 203 230 186 -
CMYK 0.12 0 0.19 0.10
HSL 96.82º 0.47% 0.82% -
HSV(B) 96.82º 0.19% 0.9% -
XYZ 61.79 72.84 57.26 -
YUV 216.91 110.55 118.08 -
System Red Green Blue C M Y K H S L
Decimal 203 230 186 0.12 0 0.19 0.10 96.82 0.47 0.82
Hex CB E6 BA C 0 13 A 61 2F 52
Octal 313 346 272 14 0 23 12 141 57 122
Binary 11001011 11100110 10111010 1100 0 10011 1010 1100001 101111 1010010

Color Harmonies of #CBE6BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE6BA

Black with #CBE6BA

Text Example


Text Example

White with #CBE6BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE6BA; }

 p { color: rgb(203,230,186); }

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

background-color css

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

 a { background-color: rgb(203,230,186); }

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

border-color css

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

 span { border-color: rgb(203,230,186); }

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