#38BC66

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

Shades of Medium Sea Green #38BC66

Tints of Medium Sea Green #38BC66

Color information

#38BC66 (or 0x38BC66) is unknown color: approx Medium Sea Green. HEX triplet: 38, BC and 66. RGB value is (56,188,102). Sum of RGB (Red+Green+Blue) = 56+188+102=346 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.18% from 346); Green value is 188 (73.83% from 255 or 54.34% from 346); Blue value is 102 (40.23% from 255 or 29.48% from 346); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC66 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC66 is #C74399. Grayscale: #8A8A8A. Windows color (decimal): -13058970 or 6732856. OLE color: 6732856.

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

Color convert

RGB56188102-
CMYK0.7000.460.26
HSL140.91º54.1%47.84%-
HSV(B)140.91º70.21%73.73%-
XYZ22.0137.7718.7-
YUV138.73107.2768.99-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.18%
GREEN value IS 188 (73.83% from 255) = 54.34%
BLUE value IS 102 (40.23% from 255) = 29.48%
R=16.18%
G=54.34%
B=29.48%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal561881020.7000.460.26140.9154.147.84
Hex38BC664602E1A8d3630
Octal70274146106056322156660
Binary111000101111001100110100011001011101101010001101110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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