Html Css Color HEX #209B50 Sea Green

📋 copy color: '#209B50'

red 32 ◦ green 155 ◦ blue 80

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

Shades of Sea Green #209B50

Tints of Sea Green #209B50

RGB

 RED value IS 32 (12.89% from 255) = 11.99%

 GREEN value IS 155 (60.94% from 255) = 58.05%

 BLUE value IS 80 (31.64% from 255) = 29.96%

R = 11.99%
G = 58.05%
B = 29.96%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.48

 K value IS 0.39

RGB Variations

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

Color information

#209B50 (or 0x209B50) is known color: Sea Green. HEX triplet: 20, 9B and 50. RGB value is (32,155,80). Sum of RGB (Red+Green+Blue) = 32+155+80=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 155 (60.94% from 255 or 58.05% from 267); Blue value is 80 (31.64% from 255 or 29.96% from 267); Max value from RGB is 155 - color contains mainly: green. Hex color #209B50 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #209B50 is #DF64AF. Grayscale: #6D6D6D. Windows color (decimal): -14640304 or 5282592. OLE color: 5282592.

HSL color Cylindrical-coordinate representation of color #209B50: hue angle of 143.41º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209B50 is Cyan = 0.79, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 155 80 -
CMYK 0.79 0 0.48 0.39
HSL 143.41º 0.66% 0.37% -
HSV(B) 143.41º 0.79% 0.61% -
XYZ 13.76 24.33 11.56 -
YUV 109.67 111.25 72.6 -
System Red Green Blue C M Y K H S L
Decimal 32 155 80 0.79 0 0.48 0.39 143.41 0.66 0.37
Hex 20 9B 50 4F 0 30 27 8F 42 25
Octal 40 233 120 117 0 60 47 217 102 45
Binary 100000 10011011 1010000 1001111 0 110000 100111 10001111 1000010 100101

Color Harmonies of #209B50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209B50

Black with #209B50

Text Example


Text Example

White with #209B50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209B50; }

 p { color: rgb(32,155,80); }

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

background-color css

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

 a { background-color: rgb(32,155,80); }

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

border-color css

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

 span { border-color: rgb(32,155,80); }

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