Html Css Color HEX #CBEDB5 Tea Green

📋 copy color: '#CBEDB5'

red 203 ◦ green 237 ◦ blue 181

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

Shades of Tea Green #CBEDB5

Tints of Tea Green #CBEDB5

RGB

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

 GREEN value IS 237 (92.97% from 255) = 38.16%

 BLUE value IS 181 (71.09% from 255) = 29.15%

R = 32.69%
G = 38.16%
B = 29.15%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.24

 K value IS 0.07

RGB Variations

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

Color information

#CBEDB5 (or 0xCBEDB5) is known color: Tea Green. HEX triplet: CB, ED and B5. RGB value is (203,237,181). Sum of RGB (Red+Green+Blue) = 203+237+181=621 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.69% from 621); Green value is 237 (92.97% from 255 or 38.16% from 621); Blue value is 181 (71.09% from 255 or 29.15% from 621); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDB5 is #34124A. Grayscale: #DCDCDC. Windows color (decimal): -3412555 or 11922891. OLE color: 11922891.

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

Color convert

RGB 203 237 181 -
CMYK 0.14 0 0.24 0.07
HSL 96.43º 0.61% 0.82% -
HSV(B) 96.43º 0.24% 0.93% -
XYZ 63.25 76.6 55.17 -
YUV 220.45 105.74 115.55 -
System Red Green Blue C M Y K H S L
Decimal 203 237 181 0.14 0 0.24 0.07 96.43 0.61 0.82
Hex CB ED B5 E 0 18 7 60 3D 52
Octal 313 355 265 16 0 30 7 140 75 122
Binary 11001011 11101101 10110101 1110 0 11000 111 1100000 111101 1010010

Color Harmonies of #CBEDB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDB5

Black with #CBEDB5

Text Example


Text Example

White with #CBEDB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDB5; }

 p { color: rgb(203,237,181); }

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

background-color css

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

 a { background-color: rgb(203,237,181); }

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

border-color css

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

 span { border-color: rgb(203,237,181); }

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