#388F5B

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

Shades of Sea Green #388F5B

Tints of Sea Green #388F5B

Color information

#388F5B (or 0x388F5B) is unknown color: approx Sea Green. HEX triplet: 38, 8F and 5B. RGB value is (56,143,91). Sum of RGB (Red+Green+Blue) = 56+143+91=290 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.31% from 290); Green value is 143 (56.25% from 255 or 49.31% from 290); Blue value is 91 (35.94% from 255 or 31.38% from 290); Max value from RGB is 143 - color contains mainly: green. Hex color #388F5B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388F5B is #C770A4. Grayscale: #6F6F6F. Windows color (decimal): -13070501 or 6000440. OLE color: 6000440.

HSL color Cylindrical-coordinate representation of color #388F5B: hue angle of 144.14º degrees, saturation: 0.44, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #388F5B is Cyan = 0.61, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB5614391-
CMYK0.6100.360.44
HSL144.14º43.72%39.02%-
HSV(B)144.14º60.84%56.08%-
XYZ13.3421.2413.29-
YUV111.06116.6888.73-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.31%
GREEN value IS 143 (56.25% from 255) = 49.31%
BLUE value IS 91 (35.94% from 255) = 31.38%
R=19.31%
G=49.31%
B=31.38%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal56143910.6100.360.44144.1443.7239.02
Hex388F5B3D0242C902c27
Octal7021713375044542205447
Binary111000100011111011011111101010010010110010010000101100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #388F5B; }

 p { color: rgb(56,143,91); }

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

<style>
 a { background-color: #388F5B; }

 a { background-color: rgb(56,143,91); }

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

<style>
 span { border-color: #388F5B; }

 span { border-color: rgb(56,143,91); }

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