Html Css Color HEX #35998B Gossamer

📋 copy color: '#35998B'

red 53 ◦ green 153 ◦ blue 139

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

Shades of Gossamer #35998B

Tints of Gossamer #35998B

RGB

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

 GREEN value IS 153 (60.16% from 255) = 44.35%

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

R = 15.36%
G = 44.35%
B = 40.29%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.4

RGB Variations

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

Color information

#35998B (or 0x35998B) is known color: Gossamer. HEX triplet: 35, 99 and 8B. RGB value is (53,153,139). Sum of RGB (Red+Green+Blue) = 53+153+139=345 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.36% from 345); Green value is 153 (60.16% from 255 or 44.35% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 153 - color contains mainly: green. Hex color #35998B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35998B is #CA6674. Grayscale: #797979. Windows color (decimal): -13264501 or 9148725. OLE color: 9148725.

HSL color Cylindrical-coordinate representation of color #35998B: hue angle of 171.6º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35998B is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 139 -
CMYK 0.65 0 0.09 0.4
HSL 171.6º 0.49% 0.4% -
HSV(B) 171.6º 0.65% 0.6% -
XYZ 17.52 25.4 28.41 -
YUV 121.5 137.87 79.14 -
System Red Green Blue C M Y K H S L
Decimal 53 153 139 0.65 0 0.09 0.4 171.6 0.49 0.4
Hex 35 99 8B 41 0 9 28 AC 31 28
Octal 65 231 213 101 0 11 50 254 61 50
Binary 110101 10011001 10001011 1000001 0 1001 101000 10101100 110001 101000

Color Harmonies of #35998B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35998B

Black with #35998B

Text Example


Text Example

White with #35998B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35998B; }

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

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

background-color css

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

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

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

border-color css

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

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

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