Html Css Color HEX #35A488 Gossamer

📋 copy color: '#35A488'

red 53 ◦ green 164 ◦ blue 136

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

Shades of Gossamer #35A488

Tints of Gossamer #35A488

RGB

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

 GREEN value IS 164 (64.45% from 255) = 46.46%

 BLUE value IS 136 (53.52% from 255) = 38.53%

R = 15.01%
G = 46.46%
B = 38.53%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.36

RGB Variations

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

Color information

#35A488 (or 0x35A488) is known color: Gossamer. HEX triplet: 35, A4 and 88. RGB value is (53,164,136). Sum of RGB (Red+Green+Blue) = 53+164+136=353 (46% of max value = 765). Red value is 53 (21.09% from 255 or 15.01% from 353); Green value is 164 (64.45% from 255 or 46.46% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 164 - color contains mainly: green. Hex color #35A488 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A488 is #CA5B77. Grayscale: #7F7F7F. Windows color (decimal): -13261688 or 8954933. OLE color: 8954933.

HSL color Cylindrical-coordinate representation of color #35A488: hue angle of 164.86º degrees, saturation: 0.51, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #35A488 is Cyan = 0.68, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.36.

Color convert

RGB 53 164 136 -
CMYK 0.68 0 0.17 0.36
HSL 164.86º 0.51% 0.43% -
HSV(B) 164.86º 0.68% 0.64% -
XYZ 19.19 29.09 27.9 -
YUV 127.62 132.73 74.78 -
System Red Green Blue C M Y K H S L
Decimal 53 164 136 0.68 0 0.17 0.36 164.86 0.51 0.43
Hex 35 A4 88 44 0 11 24 A5 33 2B
Octal 65 244 210 104 0 21 44 245 63 53
Binary 110101 10100100 10001000 1000100 0 10001 100100 10100101 110011 101011

Color Harmonies of #35A488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A488

Black with #35A488

Text Example


Text Example

White with #35A488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #35A488; }

 p { color: rgb(53,164,136); }

 H1.HeaderClassName
 {
   color: #35A488;
 }
 .AnyTagClassName
 {
   color: #35A488;
 }
</style>

background-color css

<style>
 a { background-color: #35A488; }

 a { background-color: rgb(53,164,136); }

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

border-color css

<style>
 span { border-color: #35A488; }

 span { border-color: rgb(53,164,136); }

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