Html Css Color HEX #3DA598 Gossamer

📋 copy color: '#3DA598'

red 61 ◦ green 165 ◦ blue 152

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

Shades of Gossamer #3DA598

Tints of Gossamer #3DA598

RGB

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

 GREEN value IS 165 (64.84% from 255) = 43.65%

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

R = 16.14%
G = 43.65%
B = 40.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.08

 K value IS 0.35

RGB Variations

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

Color information

#3DA598 (or 0x3DA598) is known color: Gossamer. HEX triplet: 3D, A5 and 98. RGB value is (61,165,152). Sum of RGB (Red+Green+Blue) = 61+165+152=378 (50% of max value = 765). Red value is 61 (24.22% from 255 or 16.14% from 378); Green value is 165 (64.84% from 255 or 43.65% from 378); Blue value is 152 (59.77% from 255 or 40.21% from 378); Max value from RGB is 165 - color contains mainly: green. Hex color #3DA598 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA598 is #C25A67. Grayscale: #848484. Windows color (decimal): -12737128 or 10003773. OLE color: 10003773.

HSL color Cylindrical-coordinate representation of color #3DA598: hue angle of 172.5º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3DA598 is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB 61 165 152 -
CMYK 0.63 0 0.08 0.35
HSL 172.5º 0.46% 0.44% -
HSV(B) 172.5º 0.63% 0.65% -
XYZ 21.05 30.17 34.42 -
YUV 132.42 139.04 77.06 -
System Red Green Blue C M Y K H S L
Decimal 61 165 152 0.63 0 0.08 0.35 172.5 0.46 0.44
Hex 3D A5 98 3F 0 8 23 AC 2E 2C
Octal 75 245 230 77 0 10 43 254 56 54
Binary 111101 10100101 10011000 111111 0 1000 100011 10101100 101110 101100

Color Harmonies of #3DA598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA598

Black with #3DA598

Text Example


Text Example

White with #3DA598

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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