Html Css Color HEX #3DAE98 Gossamer

📋 copy color: '#3DAE98'

red 61 ◦ green 174 ◦ blue 152

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

Shades of Gossamer #3DAE98

Tints of Gossamer #3DAE98

RGB

 RED value IS 61 (24.22% from 255) = 15.76%

 GREEN value IS 174 (68.36% from 255) = 44.96%

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

R = 15.76%
G = 44.96%
B = 39.28%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#3DAE98 (or 0x3DAE98) is known color: Gossamer. HEX triplet: 3D, AE and 98. RGB value is (61,174,152). Sum of RGB (Red+Green+Blue) = 61+174+152=387 (51% of max value = 765). Red value is 61 (24.22% from 255 or 15.76% from 387); Green value is 174 (68.36% from 255 or 44.96% from 387); Blue value is 152 (59.77% from 255 or 39.28% from 387); Max value from RGB is 174 - color contains mainly: green. Hex color #3DAE98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DAE98 is #C25167. Grayscale: #898989. Windows color (decimal): -12734824 or 10006077. OLE color: 10006077.

HSL color Cylindrical-coordinate representation of color #3DAE98: hue angle of 168.32º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3DAE98 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 61 174 152 -
CMYK 0.65 0 0.13 0.32
HSL 168.32º 0.48% 0.46% -
HSV(B) 168.32º 0.65% 0.68% -
XYZ 22.73 33.53 34.98 -
YUV 137.71 136.06 73.29 -
System Red Green Blue C M Y K H S L
Decimal 61 174 152 0.65 0 0.13 0.32 168.32 0.48 0.46
Hex 3D AE 98 41 0 D 20 A8 30 2E
Octal 75 256 230 101 0 15 40 250 60 56
Binary 111101 10101110 10011000 1000001 0 1101 100000 10101000 110000 101110

Color Harmonies of #3DAE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DAE98

Black with #3DAE98

Text Example


Text Example

White with #3DAE98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,174,152); }

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

background-color css

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

 a { background-color: rgb(61,174,152); }

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

border-color css

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

 span { border-color: rgb(61,174,152); }

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