Html Css Color HEX #358860 Sea Green

📋 copy color: '#358860'

red 53 ◦ green 136 ◦ blue 96

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

Shades of Sea Green #358860

Tints of Sea Green #358860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 47.72%

 BLUE value IS 96 (37.89% from 255) = 33.68%

R = 18.6%
G = 47.72%
B = 33.68%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.29

 K value IS 0.47

RGB Variations

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

Color information

#358860 (or 0x358860) is known color: Sea Green. HEX triplet: 35, 88 and 60. RGB value is (53,136,96). Sum of RGB (Red+Green+Blue) = 53+136+96=285 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.60% from 285); Green value is 136 (53.52% from 255 or 47.72% from 285); Blue value is 96 (37.89% from 255 or 33.68% from 285); Max value from RGB is 136 - color contains mainly: green. Hex color #358860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358860 is #CA779F. Grayscale: #6A6A6A. Windows color (decimal): -13268896 or 6326325. OLE color: 6326325.

HSL color Cylindrical-coordinate representation of color #358860: hue angle of 151.08º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #358860 is Cyan = 0.61, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 136 96 -
CMYK 0.61 0 0.29 0.47
HSL 151.08º 0.44% 0.37% -
HSV(B) 151.08º 0.61% 0.53% -
XYZ 12.38 19.21 14.12 -
YUV 106.62 122 89.75 -
System Red Green Blue C M Y K H S L
Decimal 53 136 96 0.61 0 0.29 0.47 151.08 0.44 0.37
Hex 35 88 60 3D 0 1D 2F 97 2C 25
Octal 65 210 140 75 0 35 57 227 54 45
Binary 110101 10001000 1100000 111101 0 11101 101111 10010111 101100 100101

Color Harmonies of #358860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358860

Black with #358860

Text Example


Text Example

White with #358860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358860; }

 p { color: rgb(53,136,96); }

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

background-color css

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

 a { background-color: rgb(53,136,96); }

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

border-color css

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

 span { border-color: rgb(53,136,96); }

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