Html Css Color HEX #CBEDB9 Tea Green

📋 copy color: '#CBEDB9'

red 203 ◦ green 237 ◦ blue 185

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

Shades of Tea Green #CBEDB9

Tints of Tea Green #CBEDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 29.6%

R = 32.48%
G = 37.92%
B = 29.6%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.22

 K value IS 0.07

RGB Variations

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

Color information

#CBEDB9 (or 0xCBEDB9) is known color: Tea Green. HEX triplet: CB, ED and B9. RGB value is (203,237,185). Sum of RGB (Red+Green+Blue) = 203+237+185=625 (82% of max value = 765). Red value is 203 (79.69% from 255 or 32.48% from 625); Green value is 237 (92.97% from 255 or 37.92% from 625); Blue value is 185 (72.66% from 255 or 29.6% from 625); Max value from RGB is 237 - color contains mainly: green. Hex color #CBEDB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CBEDB9 is #341246. Grayscale: #DDDDDD. Windows color (decimal): -3412551 or 12185035. OLE color: 12185035.

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

Color convert

RGB 203 237 185 -
CMYK 0.14 0 0.22 0.07
HSL 99.23º 0.59% 0.83% -
HSV(B) 99.23º 0.22% 0.93% -
XYZ 63.67 76.77 57.36 -
YUV 220.91 107.74 115.23 -
System Red Green Blue C M Y K H S L
Decimal 203 237 185 0.14 0 0.22 0.07 99.23 0.59 0.83
Hex CB ED B9 E 0 16 7 63 3B 53
Octal 313 355 271 16 0 26 7 143 73 123
Binary 11001011 11101101 10111001 1110 0 10110 111 1100011 111011 1010011

Color Harmonies of #CBEDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBEDB9

Black with #CBEDB9

Text Example


Text Example

White with #CBEDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBEDB9; }

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

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

background-color css

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

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

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

border-color css

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

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

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