#348E58

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

Shades of Sea Green #348E58

Tints of Sea Green #348E58

Color information

#348E58 (or 0x348E58) is unknown color: approx Sea Green. HEX triplet: 34, 8E and 58. RGB value is (52,142,88). Sum of RGB (Red+Green+Blue) = 52+142+88=282 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.44% from 282); Green value is 142 (55.86% from 255 or 50.35% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 142 - color contains mainly: green. Hex color #348E58 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348E58 is #CB71A7. Grayscale: #6D6D6D. Windows color (decimal): -13332904 or 5803572. OLE color: 5803572.

HSL color Cylindrical-coordinate representation of color #348E58: hue angle of 144º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #348E58 is Cyan = 0.63, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB5214288-
CMYK0.6300.380.44
HSL144º46.39%38.04%-
HSV(B)144º63.38%55.69%-
XYZ12.8520.7812.57-
YUV108.93116.1887.39-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.44%
GREEN value IS 142 (55.86% from 255) = 50.35%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=18.44%
G=50.35%
B=31.21%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal52142880.6300.380.4414446.3938.04
Hex348E583F0262C902e26
Octal6421613077046542205646
Binary110100100011101011000111111010011010110010010000101110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #348E58; }

 p { color: rgb(52,142,88); }

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

<style>
 a { background-color: #348E58; }

 a { background-color: rgb(52,142,88); }

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

<style>
 span { border-color: #348E58; }

 span { border-color: rgb(52,142,88); }

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