Html Css Color HEX #3DA38F Gossamer

📋 copy color: '#3DA38F'

red 61 ◦ green 163 ◦ blue 143

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

Shades of Gossamer #3DA38F

Tints of Gossamer #3DA38F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 44.41%

 BLUE value IS 143 (56.25% from 255) = 38.96%

R = 16.62%
G = 44.41%
B = 38.96%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.36

RGB Variations

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

Color information

#3DA38F (or 0x3DA38F) is known color: Gossamer. HEX triplet: 3D, A3 and 8F. RGB value is (61,163,143). Sum of RGB (Red+Green+Blue) = 61+163+143=367 (48% of max value = 765). Red value is 61 (24.22% from 255 or 16.62% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 143 (56.25% from 255 or 38.96% from 367); Max value from RGB is 163 - color contains mainly: green. Hex color #3DA38F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3DA38F is #C25C70. Grayscale: #828282. Windows color (decimal): -12737649 or 9413437. OLE color: 9413437.

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

Color convert

RGB 61 163 143 -
CMYK 0.63 0 0.12 0.36
HSL 168.24º 0.46% 0.44% -
HSV(B) 168.24º 0.63% 0.64% -
XYZ 19.98 29.17 30.56 -
YUV 130.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 61 163 143 0.63 0 0.12 0.36 168.24 0.46 0.44
Hex 3D A3 8F 3F 0 C 24 A8 2E 2C
Octal 75 243 217 77 0 14 44 250 56 54
Binary 111101 10100011 10001111 111111 0 1100 100100 10101000 101110 101100

Color Harmonies of #3DA38F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3DA38F

Black with #3DA38F

Text Example


Text Example

White with #3DA38F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,163,143); }

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

background-color css

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

 a { background-color: rgb(61,163,143); }

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

border-color css

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

 span { border-color: rgb(61,163,143); }

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