Html Css Color HEX #3FAF98 Gossamer

📋 copy color: '#3FAF98'

red 63 ◦ green 175 ◦ blue 152

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

Shades of Gossamer #3FAF98

Tints of Gossamer #3FAF98

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.87%

 BLUE value IS 152 (59.77% from 255) = 38.97%

R = 16.15%
G = 44.87%
B = 38.97%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#3FAF98 (or 0x3FAF98) is known color: Gossamer. HEX triplet: 3F, AF and 98. RGB value is (63,175,152). Sum of RGB (Red+Green+Blue) = 63+175+152=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 175 (68.75% from 255 or 44.87% from 390); Blue value is 152 (59.77% from 255 or 38.97% from 390); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF98 is #C05067. Grayscale: #8A8A8A. Windows color (decimal): -12603496 or 10006335. OLE color: 10006335.

HSL color Cylindrical-coordinate representation of color #3FAF98: hue angle of 167.68º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF98 is Cyan = 0.64, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 63 175 152 -
CMYK 0.64 0 0.13 0.31
HSL 167.68º 0.47% 0.47% -
HSV(B) 167.68º 0.64% 0.69% -
XYZ 23.05 33.98 35.05 -
YUV 138.89 135.39 73.87 -
System Red Green Blue C M Y K H S L
Decimal 63 175 152 0.64 0 0.13 0.31 167.68 0.47 0.47
Hex 3F AF 98 40 0 D 1F A8 2F 2F
Octal 77 257 230 100 0 15 37 250 57 57
Binary 111111 10101111 10011000 1000000 0 1101 11111 10101000 101111 101111

Color Harmonies of #3FAF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3FAF98

Black with #3FAF98

Text Example


Text Example

White with #3FAF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,175,152); }

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

background-color css

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

 a { background-color: rgb(63,175,152); }

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

border-color css

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

 span { border-color: rgb(63,175,152); }

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