Html Css Color HEX #358660 Sea Green

📋 copy color: '#358660'

red 53 ◦ green 134 ◦ blue 96

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

Shades of Sea Green #358660

Tints of Sea Green #358660

RGB

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

 GREEN value IS 134 (52.73% from 255) = 47.35%

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

R = 18.73%
G = 47.35%
B = 33.92%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.28

 K value IS 0.47

RGB Variations

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

Color information

#358660 (or 0x358660) is known color: Sea Green. HEX triplet: 35, 86 and 60. RGB value is (53,134,96). Sum of RGB (Red+Green+Blue) = 53+134+96=283 (37% of max value = 765). Red value is 53 (21.09% from 255 or 18.73% from 283); Green value is 134 (52.73% from 255 or 47.35% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 134 - color contains mainly: green. Hex color #358660 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #358660 is #CA799F. Grayscale: #696969. Windows color (decimal): -13269408 or 6325813. OLE color: 6325813.

HSL color Cylindrical-coordinate representation of color #358660: hue angle of 151.85º degrees, saturation: 0.43, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #358660 is Cyan = 0.60, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.47.

Color convert

RGB 53 134 96 -
CMYK 0.60 0 0.28 0.47
HSL 151.85º 0.43% 0.37% -
HSV(B) 151.85º 0.6% 0.53% -
XYZ 12.1 18.65 14.03 -
YUV 105.45 122.66 90.59 -
System Red Green Blue C M Y K H S L
Decimal 53 134 96 0.60 0 0.28 0.47 151.85 0.43 0.37
Hex 35 86 60 3C 0 1C 2F 98 2B 25
Octal 65 206 140 74 0 34 57 230 53 45
Binary 110101 10000110 1100000 111100 0 11100 101111 10011000 101011 100101

Color Harmonies of #358660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #358660

Black with #358660

Text Example


Text Example

White with #358660

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #358660; }

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

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

background-color css

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

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

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

border-color css

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

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

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