Html Css Color HEX #38B975 Medium Sea Green

📋 copy color: '#38B975'

red 56 ◦ green 185 ◦ blue 117

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

Shades of Medium Sea Green #38B975

Tints of Medium Sea Green #38B975

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

 BLUE value IS 117 (46.09% from 255) = 32.68%

R = 15.64%
G = 51.68%
B = 32.68%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.37

 K value IS 0.27

RGB Variations

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

Color information

#38B975 (or 0x38B975) is known color: Medium Sea Green. HEX triplet: 38, B9 and 75. RGB value is (56,185,117). Sum of RGB (Red+Green+Blue) = 56+185+117=358 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.64% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 117 (46.09% from 255 or 32.68% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #38B975 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38B975 is #C7468A. Grayscale: #8A8A8A. Windows color (decimal): -13059723 or 7715128. OLE color: 7715128.

HSL color Cylindrical-coordinate representation of color #38B975: hue angle of 148.37º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38B975 is Cyan = 0.70, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 185 117 -
CMYK 0.70 0 0.37 0.27
HSL 148.37º 0.54% 0.47% -
HSV(B) 148.37º 0.7% 0.73% -
XYZ 22.19 36.82 22.77 -
YUV 138.68 115.76 69.03 -
System Red Green Blue C M Y K H S L
Decimal 56 185 117 0.70 0 0.37 0.27 148.37 0.54 0.47
Hex 38 B9 75 46 0 25 1B 94 36 2F
Octal 70 271 165 106 0 45 33 224 66 57
Binary 111000 10111001 1110101 1000110 0 100101 11011 10010100 110110 101111

Color Harmonies of #38B975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38B975

Black with #38B975

Text Example


Text Example

White with #38B975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,185,117); }

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

background-color css

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

 a { background-color: rgb(56,185,117); }

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

border-color css

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

 span { border-color: rgb(56,185,117); }

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