Html Css Color HEX #358A5D Sea Green

📋 copy color: '#358A5D'

red 53 ◦ green 138 ◦ blue 93

#358A5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sea Green #358A5D

Tints of Sea Green #358A5D

RGB

 RED value IS 53 (21.09% from 255) = 18.66%

 GREEN value IS 138 (54.3% from 255) = 48.59%

 BLUE value IS 93 (36.72% from 255) = 32.75%

R = 18.66%
G = 48.59%
B = 32.75%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.33

 K value IS 0.46

RGB Variations

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

Color information

#358A5D (or 0x358A5D) is known color: Sea Green. HEX triplet: 35, 8A and 5D. RGB value is (53,138,93). Sum of RGB (Red+Green+Blue) = 53+138+93=284 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.66% from 284); Green value is 138 (54.30% from 255 or 48.59% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 138 - color contains mainly: green. Hex color #358A5D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358A5D is #CA75A2. Grayscale: #6B6B6B. Windows color (decimal): -13268387 or 6130229. OLE color: 6130229.

HSL color Cylindrical-coordinate representation of color #358A5D: hue angle of 148.24º 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 #358A5D is Cyan = 0.62, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.46.

Color convert

RGB 53 138 93 -
CMYK 0.62 0 0.33 0.46
HSL 148.24º 0.45% 0.37% -
HSV(B) 148.24º 0.62% 0.54% -
XYZ 12.53 19.72 13.5 -
YUV 107.46 119.84 89.16 -
System Red Green Blue C M Y K H S L
Decimal 53 138 93 0.62 0 0.33 0.46 148.24 0.45 0.37
Hex 35 8A 5D 3E 0 21 2E 94 2D 25
Octal 65 212 135 76 0 41 56 224 55 45
Binary 110101 10001010 1011101 111110 0 100001 101110 10010100 101101 100101

Color Harmonies of #358A5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358A5D

Black with #358A5D

Text Example


Text Example

White with #358A5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #358A5D;
 }
 .AnyTagClassName
 {
   color: #358A5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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