Html Css Color HEX #35968B Gossamer

📋 copy color: '#35968B'

red 53 ◦ green 150 ◦ blue 139

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

Shades of Gossamer #35968B

Tints of Gossamer #35968B

RGB

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

 GREEN value IS 150 (58.98% from 255) = 43.86%

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

R = 15.5%
G = 43.86%
B = 40.64%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.41

RGB Variations

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

Color information

#35968B (or 0x35968B) is known color: Gossamer. HEX triplet: 35, 96 and 8B. RGB value is (53,150,139). Sum of RGB (Red+Green+Blue) = 53+150+139=342 (45% of max value = 765). Red value is 53 (21.09% from 255 or 15.50% from 342); Green value is 150 (58.98% from 255 or 43.86% from 342); Blue value is 139 (54.69% from 255 or 40.64% from 342); Max value from RGB is 150 - color contains mainly: green. Hex color #35968B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #35968B is #CA6974. Grayscale: #777777. Windows color (decimal): -13265269 or 9147957. OLE color: 9147957.

HSL color Cylindrical-coordinate representation of color #35968B: hue angle of 173.2º degrees, saturation: 0.48, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #35968B is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.41.

Color convert

RGB 53 150 139 -
CMYK 0.65 0 0.07 0.41
HSL 173.2º 0.48% 0.4% -
HSV(B) 173.2º 0.65% 0.59% -
XYZ 17.03 24.43 28.24 -
YUV 119.74 138.86 80.39 -
System Red Green Blue C M Y K H S L
Decimal 53 150 139 0.65 0 0.07 0.41 173.2 0.48 0.4
Hex 35 96 8B 41 0 7 29 AD 30 28
Octal 65 226 213 101 0 7 51 255 60 50
Binary 110101 10010110 10001011 1000001 0 111 101001 10101101 110000 101000

Color Harmonies of #35968B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #35968B

Black with #35968B

Text Example


Text Example

White with #35968B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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