#38BC65

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

Shades of Medium Sea Green #38BC65

Tints of Medium Sea Green #38BC65

Color information

#38BC65 (or 0x38BC65) is unknown color: approx Medium Sea Green. HEX triplet: 38, BC and 65. RGB value is (56,188,101). Sum of RGB (Red+Green+Blue) = 56+188+101=345 (45% of max value = 765). Red value is 56 (22.27% from 255 or 16.23% from 345); Green value is 188 (73.83% from 255 or 54.49% from 345); Blue value is 101 (39.84% from 255 or 29.28% from 345); Max value from RGB is 188 - color contains mainly: green. Hex color #38BC65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38BC65 is #C7439A. Grayscale: #8A8A8A. Windows color (decimal): -13058971 or 6667320. OLE color: 6667320.

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

Color convert

RGB56188101-
CMYK0.7000.460.26
HSL140.45º54.1%47.84%-
HSV(B)140.45º70.21%73.73%-
XYZ21.9637.7518.44-
YUV138.61106.7769.07-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.23%
GREEN value IS 188 (73.83% from 255) = 54.49%
BLUE value IS 101 (39.84% from 255) = 29.28%
R=16.23%
G=54.49%
B=29.28%

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
Decimal561881010.7000.460.26140.4554.147.84
Hex38BC654602E1A8c3630
Octal70274145106056322146660
Binary111000101111001100101100011001011101101010001100110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38BC65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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