Html Css Color HEX #CBECBE Tea Green

📋 copy color: '#CBECBE'

red 203 ◦ green 236 ◦ blue 190

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

Shades of Tea Green #CBECBE

Tints of Tea Green #CBECBE

RGB

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

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

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

R = 32.27%
G = 37.52%
B = 30.21%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#CBECBE (or 0xCBECBE) is known color: Tea Green. HEX triplet: CB, EC and BE. RGB value is (203,236,190). Sum of RGB (Red+Green+Blue) = 203+236+190=629 (83% of max value = 765). Red value is 203 (79.69% from 255 or 32.27% from 629); Green value is 236 (92.58% from 255 or 37.52% from 629); Blue value is 190 (74.61% from 255 or 30.21% from 629); Max value from RGB is 236 - color contains mainly: green. Hex color #CBECBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBECBE is #341341. Grayscale: #DDDDDD. Windows color (decimal): -3412802 or 12512459. OLE color: 12512459.

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

Color convert

RGB 203 236 190 -
CMYK 0.14 0 0.19 0.07
HSL 103.04º 0.55% 0.84% -
HSV(B) 103.04º 0.19% 0.93% -
XYZ 63.92 76.41 60.09 -
YUV 220.89 110.57 115.24 -
System Red Green Blue C M Y K H S L
Decimal 203 236 190 0.14 0 0.19 0.07 103.04 0.55 0.84
Hex CB EC BE E 0 13 7 67 37 54
Octal 313 354 276 16 0 23 7 147 67 124
Binary 11001011 11101100 10111110 1110 0 10011 111 1100111 110111 1010100

Color Harmonies of #CBECBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBECBE

Black with #CBECBE

Text Example


Text Example

White with #CBECBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBECBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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