#388A5D

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

Shades of Sea Green #388A5D

Tints of Sea Green #388A5D

Color information

#388A5D (or 0x388A5D) is unknown color: approx Sea Green. HEX triplet: 38, 8A and 5D. RGB value is (56,138,93). Sum of RGB (Red+Green+Blue) = 56+138+93=287 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.51% from 287); Green value is 138 (54.30% from 255 or 48.08% from 287); Blue value is 93 (36.72% from 255 or 32.40% from 287); Max value from RGB is 138 - color contains mainly: green. Hex color #388A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #388A5D is #C775A2. Grayscale: #6C6C6C. Windows color (decimal): -13071779 or 6130232. OLE color: 6130232.

HSL color Cylindrical-coordinate representation of color #388A5D: hue angle of 147.07º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #388A5D is Cyan = 0.59, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB5613893-
CMYK0.5900.330.46
HSL147.07º42.27%38.04%-
HSV(B)147.07º59.42%54.12%-
XYZ12.719.8113.51-
YUV108.35119.3390.66-

RGB Variations

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

RGB

RED value IS 56 (22.27% from 255) = 19.51%
GREEN value IS 138 (54.30% from 255) = 48.08%
BLUE value IS 93 (36.72% from 255) = 32.40%
R=19.51%
G=48.08%
B=32.40%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal56138930.5900.330.46147.0742.2738.04
Hex388A5D3B0212E932a26
Octal7021213573041562235246
Binary111000100010101011101111011010000110111010010011101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #388A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(56,138,93); }

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

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

 a { background-color: rgb(56,138,93); }

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

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

 span { border-color: rgb(56,138,93); }

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