Html Css Color HEX #38AA70 Medium Sea Green

📋 copy color: '#38AA70'

red 56 ◦ green 170 ◦ blue 112

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

Shades of Medium Sea Green #38AA70

Tints of Medium Sea Green #38AA70

RGB

 RED value IS 56 (22.27% from 255) = 16.57%

 GREEN value IS 170 (66.8% from 255) = 50.3%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 16.57%
G = 50.3%
B = 33.14%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.34

 K value IS 0.33

RGB Variations

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

Color information

#38AA70 (or 0x38AA70) is known color: Medium Sea Green. HEX triplet: 38, AA and 70. RGB value is (56,170,112). Sum of RGB (Red+Green+Blue) = 56+170+112=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 170 (66.80% from 255 or 50.30% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA70 is #C7558F. Grayscale: #818181. Windows color (decimal): -13063568 or 7383608. OLE color: 7383608.

HSL color Cylindrical-coordinate representation of color #38AA70: hue angle of 149.47º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #38AA70 is Cyan = 0.67, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 170 112 -
CMYK 0.67 0 0.34 0.33
HSL 149.47º 0.5% 0.44% -
HSV(B) 149.47º 0.67% 0.67% -
XYZ 18.93 30.76 20.27 -
YUV 129.3 118.23 75.72 -
System Red Green Blue C M Y K H S L
Decimal 56 170 112 0.67 0 0.34 0.33 149.47 0.5 0.44
Hex 38 AA 70 43 0 22 21 95 32 2C
Octal 70 252 160 103 0 42 41 225 62 54
Binary 111000 10101010 1110000 1000011 0 100010 100001 10010101 110010 101100

Color Harmonies of #38AA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA70

Black with #38AA70

Text Example


Text Example

White with #38AA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #38AA70; }

 p { color: rgb(56,170,112); }

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

background-color css

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

 a { background-color: rgb(56,170,112); }

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

border-color css

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

 span { border-color: rgb(56,170,112); }

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