Html Css Color HEX #38AB70 Medium Sea Green

📋 copy color: '#38AB70'

red 56 ◦ green 171 ◦ blue 112

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

Shades of Medium Sea Green #38AB70

Tints of Medium Sea Green #38AB70

RGB

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

 GREEN value IS 171 (67.19% from 255) = 50.44%

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

R = 16.52%
G = 50.44%
B = 33.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.35

 K value IS 0.33

RGB Variations

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

Color information

#38AB70 (or 0x38AB70) is known color: Medium Sea Green. HEX triplet: 38, AB and 70. RGB value is (56,171,112). Sum of RGB (Red+Green+Blue) = 56+171+112=339 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.52% from 339); Green value is 171 (67.19% from 255 or 50.44% from 339); Blue value is 112 (44.14% from 255 or 33.04% from 339); Max value from RGB is 171 - color contains mainly: green. Hex color #38AB70 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AB70 is #C7548F. Grayscale: #828282. Windows color (decimal): -13063312 or 7383864. OLE color: 7383864.

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

Color convert

RGB 56 171 112 -
CMYK 0.67 0 0.35 0.33
HSL 149.22º 0.51% 0.45% -
HSV(B) 149.22º 0.67% 0.67% -
XYZ 19.12 31.14 20.33 -
YUV 129.89 117.9 75.3 -
System Red Green Blue C M Y K H S L
Decimal 56 171 112 0.67 0 0.35 0.33 149.22 0.51 0.45
Hex 38 AB 70 43 0 23 21 95 33 2D
Octal 70 253 160 103 0 43 41 225 63 55
Binary 111000 10101011 1110000 1000011 0 100011 100001 10010101 110011 101101

Color Harmonies of #38AB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AB70

Black with #38AB70

Text Example


Text Example

White with #38AB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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