Html Css Color HEX #3FA288 Gossamer

📋 copy color: '#3FA288'

red 63 ◦ green 162 ◦ blue 136

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

Shades of Gossamer #3FA288

Tints of Gossamer #3FA288

RGB

 RED value IS 63 (25% from 255) = 17.45%

 GREEN value IS 162 (63.67% from 255) = 44.88%

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

R = 17.45%
G = 44.88%
B = 37.67%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.16

 K value IS 0.36

RGB Variations

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

Color information

#3FA288 (or 0x3FA288) is known color: Gossamer. HEX triplet: 3F, A2 and 88. RGB value is (63,162,136). Sum of RGB (Red+Green+Blue) = 63+162+136=361 (47% of max value = 765). Red value is 63 (25% from 255 or 17.45% from 361); Green value is 162 (63.67% from 255 or 44.88% from 361); Blue value is 136 (53.52% from 255 or 37.67% from 361); Max value from RGB is 162 - color contains mainly: green. Hex color #3FA288 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA288 is #C05D77. Grayscale: #818181. Windows color (decimal): -12606840 or 8954431. OLE color: 8954431.

HSL color Cylindrical-coordinate representation of color #3FA288: hue angle of 164.24º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3FA288 is Cyan = 0.61, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.

Color convert

RGB 63 162 136 -
CMYK 0.61 0 0.16 0.36
HSL 164.24º 0.44% 0.44% -
HSV(B) 164.24º 0.61% 0.64% -
XYZ 19.41 28.68 27.8 -
YUV 129.44 131.7 80.61 -
System Red Green Blue C M Y K H S L
Decimal 63 162 136 0.61 0 0.16 0.36 164.24 0.44 0.44
Hex 3F A2 88 3D 0 10 24 A4 2C 2C
Octal 77 242 210 75 0 20 44 244 54 54
Binary 111111 10100010 10001000 111101 0 10000 100100 10100100 101100 101100

Color Harmonies of #3FA288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FA288

Black with #3FA288

Text Example


Text Example

White with #3FA288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3FA288; }

 p { color: rgb(63,162,136); }

 H1.HeaderClassName
 {
   color: #3FA288;
 }
 .AnyTagClassName
 {
   color: #3FA288;
 }
</style>

background-color css

<style>
 a { background-color: #3FA288; }

 a { background-color: rgb(63,162,136); }

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

border-color css

<style>
 span { border-color: #3FA288; }

 span { border-color: rgb(63,162,136); }

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