Html Css Color HEX #35A78B Gossamer

📋 copy color: '#35A78B'

red 53 ◦ green 167 ◦ blue 139

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

Shades of Gossamer #35A78B

Tints of Gossamer #35A78B

RGB

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

 GREEN value IS 167 (65.63% from 255) = 46.52%

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

R = 14.76%
G = 46.52%
B = 38.72%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#35A78B (or 0x35A78B) is known color: Gossamer. HEX triplet: 35, A7 and 8B. RGB value is (53,167,139). Sum of RGB (Red+Green+Blue) = 53+167+139=359 (47% of max value = 765). Red value is 53 (21.09% from 255 or 14.76% from 359); Green value is 167 (65.62% from 255 or 46.52% from 359); Blue value is 139 (54.69% from 255 or 38.72% from 359); Max value from RGB is 167 - color contains mainly: green. Hex color #35A78B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35A78B is #CA5874. Grayscale: #818181. Windows color (decimal): -13260917 or 9152309. OLE color: 9152309.

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

Color convert

RGB 53 167 139 -
CMYK 0.68 0 0.17 0.35
HSL 165.26º 0.52% 0.43% -
HSV(B) 165.26º 0.68% 0.65% -
XYZ 19.95 30.26 29.22 -
YUV 129.72 133.23 73.28 -
System Red Green Blue C M Y K H S L
Decimal 53 167 139 0.68 0 0.17 0.35 165.26 0.52 0.43
Hex 35 A7 8B 44 0 11 23 A5 34 2B
Octal 65 247 213 104 0 21 43 245 64 53
Binary 110101 10100111 10001011 1000100 0 10001 100011 10100101 110100 101011

Color Harmonies of #35A78B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35A78B

Black with #35A78B

Text Example


Text Example

White with #35A78B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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