Html Css Color HEX #35998C Gossamer

📋 copy color: '#35998C'

red 53 ◦ green 153 ◦ blue 140

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

Shades of Gossamer #35998C

Tints of Gossamer #35998C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 40.46%

R = 15.32%
G = 44.22%
B = 40.46%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.4

RGB Variations

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

Color information

#35998C (or 0x35998C) is known color: Gossamer. HEX triplet: 35, 99 and 8C. RGB value is (53,153,140). Sum of RGB (Red+Green+Blue) = 53+153+140=346 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.32% from 346); Green value is 153 (60.16% from 255 or 44.22% from 346); Blue value is 140 (55.08% from 255 or 40.46% from 346); Max value from RGB is 153 - color contains mainly: green. Hex color #35998C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35998C is #CA6673. Grayscale: #797979. Windows color (decimal): -13264500 or 9214261. OLE color: 9214261.

HSL color Cylindrical-coordinate representation of color #35998C: hue angle of 172.2º 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 #35998C is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.4.

Color convert

RGB 53 153 140 -
CMYK 0.65 0 0.08 0.4
HSL 172.2º 0.49% 0.4% -
HSV(B) 172.2º 0.65% 0.6% -
XYZ 17.59 25.43 28.79 -
YUV 121.62 138.37 79.06 -
System Red Green Blue C M Y K H S L
Decimal 53 153 140 0.65 0 0.08 0.4 172.2 0.49 0.4
Hex 35 99 8C 41 0 8 28 AC 31 28
Octal 65 231 214 101 0 10 50 254 61 50
Binary 110101 10011001 10001100 1000001 0 1000 101000 10101100 110001 101000

Color Harmonies of #35998C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35998C

Black with #35998C

Text Example


Text Example

White with #35998C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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