Html Css Color HEX #359A7F Gossamer

📋 copy color: '#359A7F'

red 53 ◦ green 154 ◦ blue 127

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

Shades of Gossamer #359A7F

Tints of Gossamer #359A7F

RGB

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

 GREEN value IS 154 (60.55% from 255) = 46.11%

 BLUE value IS 127 (50% from 255) = 38.02%

R = 15.87%
G = 46.11%
B = 38.02%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.40

RGB Variations

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

Color information

#359A7F (or 0x359A7F) is known color: Gossamer. HEX triplet: 35, 9A and 7F. RGB value is (53,154,127). Sum of RGB (Red+Green+Blue) = 53+154+127=334 (44% of max value = 765). Red value is 53 (21.09% from 255 or 15.87% from 334); Green value is 154 (60.55% from 255 or 46.11% from 334); Blue value is 127 (50% from 255 or 38.02% from 334); Max value from RGB is 154 - color contains mainly: green. Hex color #359A7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #359A7F is #CA6580. Grayscale: #787878. Windows color (decimal): -13264257 or 8362549. OLE color: 8362549.

HSL color Cylindrical-coordinate representation of color #359A7F: hue angle of 163.96º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #359A7F is Cyan = 0.66, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.40.

Color convert

RGB 53 154 127 -
CMYK 0.66 0 0.18 0.40
HSL 163.96º 0.49% 0.41% -
HSV(B) 163.96º 0.66% 0.6% -
XYZ 16.85 25.4 24.09 -
YUV 120.72 131.54 79.7 -
System Red Green Blue C M Y K H S L
Decimal 53 154 127 0.66 0 0.18 0.40 163.96 0.49 0.41
Hex 35 9A 7F 42 0 12 28 A4 31 29
Octal 65 232 177 102 0 22 50 244 61 51
Binary 110101 10011010 1111111 1000010 0 10010 101000 10100100 110001 101001

Color Harmonies of #359A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359A7F

Black with #359A7F

Text Example


Text Example

White with #359A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #359A7F; }

 p { color: rgb(53,154,127); }

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

background-color css

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

 a { background-color: rgb(53,154,127); }

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

border-color css

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

 span { border-color: rgb(53,154,127); }

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