Html Css Color HEX #CBE4BC Tea Green

📋 copy color: '#CBE4BC'

red 203 ◦ green 228 ◦ blue 188

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

Shades of Tea Green #CBE4BC

Tints of Tea Green #CBE4BC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 36.83%

 BLUE value IS 188 (73.83% from 255) = 30.37%

R = 32.79%
G = 36.83%
B = 30.37%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.18

 K value IS 0.11

RGB Variations

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

Color information

#CBE4BC (or 0xCBE4BC) is known color: Tea Green. HEX triplet: CB, E4 and BC. RGB value is (203,228,188). Sum of RGB (Red+Green+Blue) = 203+228+188=619 (81% of max value = 765). Red value is 203 (79.69% from 255 or 32.79% from 619); Green value is 228 (89.45% from 255 or 36.83% from 619); Blue value is 188 (73.83% from 255 or 30.37% from 619); Max value from RGB is 228 - color contains mainly: green. Hex color #CBE4BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBE4BC is #341B43. Grayscale: #D8D8D8. Windows color (decimal): -3414852 or 12379339. OLE color: 12379339.

HSL color Cylindrical-coordinate representation of color #CBE4BC: hue angle of 97.5º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBE4BC is Cyan = 0.11, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.11.

Color convert

RGB 203 228 188 -
CMYK 0.11 0 0.18 0.11
HSL 97.5º 0.43% 0.82% -
HSV(B) 97.5º 0.18% 0.89% -
XYZ 61.45 71.81 58.2 -
YUV 215.97 112.22 118.75 -
System Red Green Blue C M Y K H S L
Decimal 203 228 188 0.11 0 0.18 0.11 97.5 0.43 0.82
Hex CB E4 BC B 0 12 B 62 2B 52
Octal 313 344 274 13 0 22 13 142 53 122
Binary 11001011 11100100 10111100 1011 0 10010 1011 1100010 101011 1010010

Color Harmonies of #CBE4BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBE4BC

Black with #CBE4BC

Text Example


Text Example

White with #CBE4BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBE4BC; }

 p { color: rgb(203,228,188); }

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

background-color css

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

 a { background-color: rgb(203,228,188); }

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

border-color css

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

 span { border-color: rgb(203,228,188); }

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