Html Css Color HEX #208D4B Sea Green

📋 copy color: '#208D4B'

red 32 ◦ green 141 ◦ blue 75

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

Shades of Sea Green #208D4B

Tints of Sea Green #208D4B

RGB

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

 GREEN value IS 141 (55.47% from 255) = 56.85%

 BLUE value IS 75 (29.69% from 255) = 30.24%

R = 12.9%
G = 56.85%
B = 30.24%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.47

 K value IS 0.45

RGB Variations

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

Color information

#208D4B (or 0x208D4B) is known color: Sea Green. HEX triplet: 20, 8D and 4B. RGB value is (32,141,75). Sum of RGB (Red+Green+Blue) = 32+141+75=248 (32% of max value = 765). Red value is 32 (12.89% from 255 or 12.90% from 248); Green value is 141 (55.47% from 255 or 56.85% from 248); Blue value is 75 (29.69% from 255 or 30.24% from 248); Max value from RGB is 141 - color contains mainly: green. Hex color #208D4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #208D4B is #DF72B4. Grayscale: #656565. Windows color (decimal): -14643893 or 4951328. OLE color: 4951328.

HSL color Cylindrical-coordinate representation of color #208D4B: hue angle of 143.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208D4B is Cyan = 0.77, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.45.

Color convert

RGB 32 141 75 -
CMYK 0.77 0 0.47 0.45
HSL 143.67º 0.63% 0.34% -
HSV(B) 143.67º 0.77% 0.55% -
XYZ 11.39 19.86 9.89 -
YUV 100.89 113.39 78.87 -
System Red Green Blue C M Y K H S L
Decimal 32 141 75 0.77 0 0.47 0.45 143.67 0.63 0.34
Hex 20 8D 4B 4D 0 2F 2D 90 3F 22
Octal 40 215 113 115 0 57 55 220 77 42
Binary 100000 10001101 1001011 1001101 0 101111 101101 10010000 111111 100010

Color Harmonies of #208D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208D4B

Black with #208D4B

Text Example


Text Example

White with #208D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208D4B; }

 p { color: rgb(32,141,75); }

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

background-color css

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

 a { background-color: rgb(32,141,75); }

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

border-color css

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

 span { border-color: rgb(32,141,75); }

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