#38CB5A

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

Shades of Medium Sea Green #38CB5A

Tints of Medium Sea Green #38CB5A

Color information

#38CB5A (or 0x38CB5A) is unknown color: approx Medium Sea Green. HEX triplet: 38, CB and 5A. RGB value is (56,203,90). Sum of RGB (Red+Green+Blue) = 56+203+90=349 (46% of max value = 765). Red value is 56 (22.27% from 255 or 16.05% from 349); Green value is 203 (79.69% from 255 or 58.17% from 349); Blue value is 90 (35.55% from 255 or 25.79% from 349); Max value from RGB is 203 - color contains mainly: green. Hex color #38CB5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #38CB5A is #C734A5. Grayscale: #929292. Windows color (decimal): -13055142 or 5950264. OLE color: 5950264.

HSL color Cylindrical-coordinate representation of color #38CB5A: hue angle of 133.88º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #38CB5A is Cyan = 0.72, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.20.

Color convert

RGB5620390-
CMYK0.7200.560.20
HSL133.88º58.57%50.78%-
HSV(B)133.88º72.41%79.61%-
XYZ24.8344.2916.91-
YUV146.1696.363.69-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 16.05%
GREEN value IS 203 (79.69% from 255) = 58.17%
BLUE value IS 90 (35.55% from 255) = 25.79%
R=16.05%
G=58.17%
B=25.79%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal56203900.7200.560.20133.8858.5750.78
Hex38CB5A4803814863b33
Octal70313132110070242067363
Binary111000110010111011010100100001110001010010000110111011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #38CB5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,203,90); }

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

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

 a { background-color: rgb(56,203,90); }

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

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

 span { border-color: rgb(56,203,90); }

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