Html Css Color HEX #38AA76 Medium Sea Green

📋 copy color: '#38AA76'

red 56 ◦ green 170 ◦ blue 118

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

Shades of Medium Sea Green #38AA76

Tints of Medium Sea Green #38AA76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.3%

R = 16.28%
G = 49.42%
B = 34.3%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.31

 K value IS 0.33

RGB Variations

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

Color information

#38AA76 (or 0x38AA76) is known color: Medium Sea Green. HEX triplet: 38, AA and 76. RGB value is (56,170,118). Sum of RGB (Red+Green+Blue) = 56+170+118=344 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.28% from 344); Green value is 170 (66.80% from 255 or 49.42% from 344); Blue value is 118 (46.48% from 255 or 34.30% from 344); Max value from RGB is 170 - color contains mainly: green. Hex color #38AA76 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38AA76 is #C75589. Grayscale: #828282. Windows color (decimal): -13063562 or 7776824. OLE color: 7776824.

HSL color Cylindrical-coordinate representation of color #38AA76: hue angle of 152.63º 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 #38AA76 is Cyan = 0.67, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 170 118 -
CMYK 0.67 0 0.31 0.33
HSL 152.63º 0.5% 0.44% -
HSV(B) 152.63º 0.67% 0.67% -
XYZ 19.28 30.9 22.09 -
YUV 129.99 121.23 75.23 -
System Red Green Blue C M Y K H S L
Decimal 56 170 118 0.67 0 0.31 0.33 152.63 0.5 0.44
Hex 38 AA 76 43 0 1F 21 99 32 2C
Octal 70 252 166 103 0 37 41 231 62 54
Binary 111000 10101010 1110110 1000011 0 11111 100001 10011001 110010 101100

Color Harmonies of #38AA76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38AA76

Black with #38AA76

Text Example


Text Example

White with #38AA76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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