Html Css Color HEX #38BD74 Medium Sea Green

📋 copy color: '#38BD74'

red 56 ◦ green 189 ◦ blue 116

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

Shades of Medium Sea Green #38BD74

Tints of Medium Sea Green #38BD74

RGB

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

 GREEN value IS 189 (74.22% from 255) = 52.35%

 BLUE value IS 116 (45.7% from 255) = 32.13%

R = 15.51%
G = 52.35%
B = 32.13%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.39

 K value IS 0.26

RGB Variations

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

Color information

#38BD74 (or 0x38BD74) is known color: Medium Sea Green. HEX triplet: 38, BD and 74. RGB value is (56,189,116). Sum of RGB (Red+Green+Blue) = 56+189+116=361 (47% of max value = 765). Red value is 56 (22.27% from 255 or 15.51% from 361); Green value is 189 (74.22% from 255 or 52.35% from 361); Blue value is 116 (45.70% from 255 or 32.13% from 361); Max value from RGB is 189 - color contains mainly: green. Hex color #38BD74 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BD74 is #C7428B. Grayscale: #8D8D8D. Windows color (decimal): -13058700 or 7650616. OLE color: 7650616.

HSL color Cylindrical-coordinate representation of color #38BD74: hue angle of 147.07º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #38BD74 is Cyan = 0.70, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 189 116 -
CMYK 0.70 0 0.39 0.26
HSL 147.07º 0.54% 0.48% -
HSV(B) 147.07º 0.7% 0.74% -
XYZ 22.98 38.5 22.74 -
YUV 140.91 113.94 67.44 -
System Red Green Blue C M Y K H S L
Decimal 56 189 116 0.70 0 0.39 0.26 147.07 0.54 0.48
Hex 38 BD 74 46 0 27 1A 93 36 30
Octal 70 275 164 106 0 47 32 223 66 60
Binary 111000 10111101 1110100 1000110 0 100111 11010 10010011 110110 110000

Color Harmonies of #38BD74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BD74

Black with #38BD74

Text Example


Text Example

White with #38BD74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,189,116); }

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

background-color css

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

 a { background-color: rgb(56,189,116); }

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

border-color css

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

 span { border-color: rgb(56,189,116); }

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