Html Css Color HEX #38A275 Medium Sea Green

📋 copy color: '#38A275'

red 56 ◦ green 162 ◦ blue 117

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

Shades of Medium Sea Green #38A275

Tints of Medium Sea Green #38A275

RGB

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

 GREEN value IS 162 (63.67% from 255) = 48.36%

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

R = 16.72%
G = 48.36%
B = 34.93%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.28

 K value IS 0.36

RGB Variations

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

Color information

#38A275 (or 0x38A275) is known color: Medium Sea Green. HEX triplet: 38, A2 and 75. RGB value is (56,162,117). Sum of RGB (Red+Green+Blue) = 56+162+117=335 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.72% from 335); Green value is 162 (63.67% from 255 or 48.36% from 335); Blue value is 117 (46.09% from 255 or 34.93% from 335); Max value from RGB is 162 - color contains mainly: green. Hex color #38A275 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #38A275 is #C75D8A. Grayscale: #7D7D7D. Windows color (decimal): -13065611 or 7709240. OLE color: 7709240.

HSL color Cylindrical-coordinate representation of color #38A275: hue angle of 154.53º degrees, saturation: 0.49, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #38A275 is Cyan = 0.65, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.36.

Color convert

RGB 56 162 117 -
CMYK 0.65 0 0.28 0.36
HSL 154.53º 0.49% 0.43% -
HSV(B) 154.53º 0.65% 0.64% -
XYZ 17.76 27.97 21.29 -
YUV 125.18 123.38 78.66 -
System Red Green Blue C M Y K H S L
Decimal 56 162 117 0.65 0 0.28 0.36 154.53 0.49 0.43
Hex 38 A2 75 41 0 1C 24 9B 31 2B
Octal 70 242 165 101 0 34 44 233 61 53
Binary 111000 10100010 1110101 1000001 0 11100 100100 10011011 110001 101011

Color Harmonies of #38A275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38A275

Black with #38A275

Text Example


Text Example

White with #38A275

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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