Html Css Color HEX #359F8B Gossamer

📋 copy color: '#359F8B'

red 53 ◦ green 159 ◦ blue 139

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

Shades of Gossamer #359F8B

Tints of Gossamer #359F8B

RGB

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

 GREEN value IS 159 (62.5% from 255) = 45.3%

 BLUE value IS 139 (54.69% from 255) = 39.6%

R = 15.1%
G = 45.3%
B = 39.6%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.38

RGB Variations

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

Color information

#359F8B (or 0x359F8B) is known color: Gossamer. HEX triplet: 35, 9F and 8B. RGB value is (53,159,139). Sum of RGB (Red+Green+Blue) = 53+159+139=351 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.10% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 139 (54.69% from 255 or 39.60% from 351); Max value from RGB is 159 - color contains mainly: green. Hex color #359F8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #359F8B is #CA6074. Grayscale: #7C7C7C. Windows color (decimal): -13262965 or 9150261. OLE color: 9150261.

HSL color Cylindrical-coordinate representation of color #359F8B: hue angle of 168.68º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #359F8B is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.38.

Color convert

RGB 53 159 139 -
CMYK 0.67 0 0.13 0.38
HSL 168.68º 0.5% 0.42% -
HSV(B) 168.68º 0.67% 0.62% -
XYZ 18.53 27.42 28.74 -
YUV 125.03 135.88 76.63 -
System Red Green Blue C M Y K H S L
Decimal 53 159 139 0.67 0 0.13 0.38 168.68 0.5 0.42
Hex 35 9F 8B 43 0 D 26 A9 32 2A
Octal 65 237 213 103 0 15 46 251 62 52
Binary 110101 10011111 10001011 1000011 0 1101 100110 10101001 110010 101010

Color Harmonies of #359F8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #359F8B

Black with #359F8B

Text Example


Text Example

White with #359F8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(53,159,139); }

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

background-color css

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

 a { background-color: rgb(53,159,139); }

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

border-color css

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

 span { border-color: rgb(53,159,139); }

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