#38C555

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

Shades of Medium Sea Green #38C555

Tints of Medium Sea Green #38C555

Color information

#38C555 (or 0x38C555) is unknown color: approx Medium Sea Green. HEX triplet: 38, C5 and 55. RGB value is (56,197,85). Sum of RGB (Red+Green+Blue) = 56+197+85=338 (44% of max value = 765). Red value is 56 (22.27% from 255 or 16.57% from 338); Green value is 197 (77.34% from 255 or 58.28% from 338); Blue value is 85 (33.59% from 255 or 25.15% from 338); Max value from RGB is 197 - color contains mainly: green. Hex color #38C555 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38C555 is #C73AAA. Grayscale: #8E8E8E. Windows color (decimal): -13056683 or 5621048. OLE color: 5621048.

HSL color Cylindrical-coordinate representation of color #38C555: hue angle of 132.34º degrees, saturation: 0.56, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38C555 is Cyan = 0.72, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB5619785-
CMYK0.7200.570.23
HSL132.34º55.73%49.61%-
HSV(B)132.34º71.57%77.25%-
XYZ23.2441.4315.37-
YUV142.0795.7966.61-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.57%
GREEN value IS 197 (77.34% from 255) = 58.28%
BLUE value IS 85 (33.59% from 255) = 25.15%
R=16.57%
G=58.28%
B=25.15%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal56197850.7200.570.23132.3455.7349.61
Hex38C5554803917843832
Octal70305125110071272047062
Binary111000110001011010101100100001110011011110000100111000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38C555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,197,85); }

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

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

 a { background-color: rgb(56,197,85); }

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

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

 span { border-color: rgb(56,197,85); }

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