Html Css Color HEX #38BC6A Medium Sea Green

📋 copy color: '#38BC6A'

red 56 ◦ green 188 ◦ blue 106

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

Shades of Medium Sea Green #38BC6A

Tints of Medium Sea Green #38BC6A

RGB

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

 GREEN value IS 188 (73.83% from 255) = 53.71%

 BLUE value IS 106 (41.8% from 255) = 30.29%

R = 16%
G = 53.71%
B = 30.29%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.44

 K value IS 0.26

RGB Variations

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

Color information

#38BC6A (or 0x38BC6A) is known color: Medium Sea Green. HEX triplet: 38, BC and 6A. RGB value is (56,188,106). Sum of RGB (Red+Green+Blue) = 56+188+106=350 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16% from 350); Green value is 188 (73.83% from 255 or 53.71% from 350); Blue value is 106 (41.80% from 255 or 30.29% from 350); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC6A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC6A is #C74395. Grayscale: #8B8B8B. Windows color (decimal): -13058966 or 6995000. OLE color: 6995000.

HSL color Cylindrical-coordinate representation of color #38BC6A: hue angle of 142.73º 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 #38BC6A is Cyan = 0.70, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 188 106 -
CMYK 0.70 0 0.44 0.26
HSL 142.73º 0.54% 0.48% -
HSV(B) 142.73º 0.7% 0.74% -
XYZ 22.22 37.85 19.77 -
YUV 139.18 109.27 68.67 -
System Red Green Blue C M Y K H S L
Decimal 56 188 106 0.70 0 0.44 0.26 142.73 0.54 0.48
Hex 38 BC 6A 46 0 2C 1A 8F 36 30
Octal 70 274 152 106 0 54 32 217 66 60
Binary 111000 10111100 1101010 1000110 0 101100 11010 10001111 110110 110000

Color Harmonies of #38BC6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #38BC6A

Black with #38BC6A

Text Example


Text Example

White with #38BC6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,188,106); }

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

background-color css

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

 a { background-color: rgb(56,188,106); }

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

border-color css

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

 span { border-color: rgb(56,188,106); }

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