#38BC6C

Color #38BC6C Medium Sea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Sea Green #38BC6C

Tints of Medium Sea Green #38BC6C

Color information

#38BC6C (or 0x38BC6C) is unknown color: approx Medium Sea Green. HEX triplet: 38, BC and 6C. RGB value is (56,188,108). Sum of RGB (Red+Green+Blue) = 56+188+108=352 (46% of max value = 765). Red value is 56 (22.27% from 255 or 15.91% from 352); Green value is 188 (73.83% from 255 or 53.41% from 352); Blue value is 108 (42.58% from 255 or 30.68% from 352); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC6C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC6C is #C74393. Grayscale: #8B8B8B. Windows color (decimal): -13058964 or 7126072. OLE color: 7126072.

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

Color convert

RGB56188108-
CMYK0.7000.430.26
HSL143.64º54.1%47.84%-
HSV(B)143.64º70.21%73.73%-
XYZ22.3237.8920.32-
YUV139.41110.2768.5-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 15.91%
GREEN value IS 188 (73.83% from 255) = 53.41%
BLUE value IS 108 (42.58% from 255) = 30.68%
R=15.91%
G=53.41%
B=30.68%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561881080.7000.430.26143.6454.147.84
Hex38BC6C4602B1A903630
Octal70274154106053322206660
Binary111000101111001101100100011001010111101010010000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #38BC6C;
 }
 .AnyTagClassName
 {
   color: #38BC6C;
 }
</style>
background-color css

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

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

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

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

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

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