#348A5D

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

Shades of Sea Green #348A5D

Tints of Sea Green #348A5D

Color information

#348A5D (or 0x348A5D) is unknown color: approx Sea Green. HEX triplet: 34, 8A and 5D. RGB value is (52,138,93). Sum of RGB (Red+Green+Blue) = 52+138+93=283 (37% of max value = 765). Red value is 52 (20.70% from 255 or 18.37% from 283); Green value is 138 (54.30% from 255 or 48.76% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 138 - color contains mainly: green. Hex color #348A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #348A5D is #CB75A2. Grayscale: #6B6B6B. Windows color (decimal): -13333923 or 6130228. OLE color: 6130228.

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

Color convert

RGB5213893-
CMYK0.6200.330.46
HSL148.6º45.26%37.25%-
HSV(B)148.6º62.32%54.12%-
XYZ12.4819.713.5-
YUV107.16120.0188.66-

RGB Variations

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

RGB

RED value IS 52 (20.70% from 255) = 18.37%
GREEN value IS 138 (54.30% from 255) = 48.76%
BLUE value IS 93 (36.72% from 255) = 32.86%
R=18.37%
G=48.76%
B=32.86%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal52138930.6200.330.46148.645.2637.25
Hex348A5D3E0212E952d25
Octal6421213576041562255545
Binary110100100010101011101111110010000110111010010101101101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #348A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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