Html Css Color HEX #359B8F Gossamer

📋 copy color: '#359B8F'

red 53 ◦ green 155 ◦ blue 143

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

Shades of Gossamer #359B8F

Tints of Gossamer #359B8F

RGB

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

 GREEN value IS 155 (60.94% from 255) = 44.16%

 BLUE value IS 143 (56.25% from 255) = 40.74%

R = 15.1%
G = 44.16%
B = 40.74%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.39

RGB Variations

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

Color information

#359B8F (or 0x359B8F) is known color: Gossamer. HEX triplet: 35, 9B and 8F. RGB value is (53,155,143). Sum of RGB (Red+Green+Blue) = 53+155+143=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 155 (60.94% from 255 or 44.16% from 351); Blue value is 143 (56.25% from 255 or 40.74% from 351); Max value from RGB is 155 - color contains mainly: green. Hex color #359B8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359B8F is #CA6470. Grayscale: #7B7B7B. Windows color (decimal): -13263985 or 9411381. OLE color: 9411381.

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

Color convert

RGB 53 155 143 -
CMYK 0.66 0 0.08 0.39
HSL 172.94º 0.49% 0.41% -
HSV(B) 172.94º 0.66% 0.61% -
XYZ 18.15 26.18 30.08 -
YUV 123.13 139.21 77.98 -
System Red Green Blue C M Y K H S L
Decimal 53 155 143 0.66 0 0.08 0.39 172.94 0.49 0.41
Hex 35 9B 8F 42 0 8 27 AD 31 29
Octal 65 233 217 102 0 10 47 255 61 51
Binary 110101 10011011 10001111 1000010 0 1000 100111 10101101 110001 101001

Color Harmonies of #359B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359B8F

Black with #359B8F

Text Example


Text Example

White with #359B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,155,143); }

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

background-color css

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

 a { background-color: rgb(53,155,143); }

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

border-color css

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

 span { border-color: rgb(53,155,143); }

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