Html Css Color HEX #CBECBD Tea Green

📋 copy color: '#CBECBD'

red 203 ◦ green 236 ◦ blue 189

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

Shades of Tea Green #CBECBD

Tints of Tea Green #CBECBD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 37.58%

 BLUE value IS 189 (74.22% from 255) = 30.1%

R = 32.32%
G = 37.58%
B = 30.1%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#CBECBD (or 0xCBECBD) is known color: Tea Green. HEX triplet: CB, EC and BD. RGB value is (203,236,189). Sum of RGB (Red+Green+Blue) = 203+236+189=628 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.32% from 628); Green value is 236 (92.58% from 255 or 37.58% from 628); Blue value is 189 (74.22% from 255 or 30.10% from 628); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECBD is #341342. Grayscale: #DCDCDC. Windows color (decimal): -3412803 or 12446923. OLE color: 12446923.

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

Color convert

RGB 203 236 189 -
CMYK 0.14 0 0.20 0.07
HSL 102.13º 0.55% 0.83% -
HSV(B) 102.13º 0.2% 0.93% -
XYZ 63.81 76.36 59.52 -
YUV 220.78 110.07 115.32 -
System Red Green Blue C M Y K H S L
Decimal 203 236 189 0.14 0 0.20 0.07 102.13 0.55 0.83
Hex CB EC BD E 0 14 7 66 37 53
Octal 313 354 275 16 0 24 7 146 67 123
Binary 11001011 11101100 10111101 1110 0 10100 111 1100110 110111 1010011

Color Harmonies of #CBECBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECBD

Black with #CBECBD

Text Example


Text Example

White with #CBECBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECBD; }

 p { color: rgb(203,236,189); }

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

background-color css

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

 a { background-color: rgb(203,236,189); }

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

border-color css

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

 span { border-color: rgb(203,236,189); }

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