Html Css Color HEX #38CA80 Medium Sea Green

📋 copy color: '#38CA80'

red 56 ◦ green 202 ◦ blue 128

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

Shades of Medium Sea Green #38CA80

Tints of Medium Sea Green #38CA80

RGB

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

 GREEN value IS 202 (79.3% from 255) = 52.33%

 BLUE value IS 128 (50.39% from 255) = 33.16%

R = 14.51%
G = 52.33%
B = 33.16%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.37

 K value IS 0.21

RGB Variations

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

Color information

#38CA80 (or 0x38CA80) is known color: Medium Sea Green. HEX triplet: 38, CA and 80. RGB value is (56,202,128). Sum of RGB (Red+Green+Blue) = 56+202+128=386 (51% of max value = 765). Red value is 56 (22.27% from 255 or 14.51% from 386); Green value is 202 (79.30% from 255 or 52.33% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 202 - color contains mainly: green. Hex color #38CA80 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #38CA80 is #C7357F. Grayscale: #969696. Windows color (decimal): -13055360 or 8440376. OLE color: 8440376.

HSL color Cylindrical-coordinate representation of color #38CA80: hue angle of 149.59º degrees, saturation: 0.58, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CA80 is Cyan = 0.72, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.21.

Color convert

RGB 56 202 128 -
CMYK 0.72 0 0.37 0.21
HSL 149.59º 0.58% 0.51% -
HSV(B) 149.59º 0.72% 0.79% -
XYZ 26.65 44.64 27.63 -
YUV 149.91 115.63 61.02 -
System Red Green Blue C M Y K H S L
Decimal 56 202 128 0.72 0 0.37 0.21 149.59 0.58 0.51
Hex 38 CA 80 48 0 25 15 96 3A 33
Octal 70 312 200 110 0 45 25 226 72 63
Binary 111000 11001010 10000000 1001000 0 100101 10101 10010110 111010 110011

Color Harmonies of #38CA80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38CA80

Black with #38CA80

Text Example


Text Example

White with #38CA80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,202,128); }

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

background-color css

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

 a { background-color: rgb(56,202,128); }

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

border-color css

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

 span { border-color: rgb(56,202,128); }

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