Html Css Color HEX #3EAF8A Gossamer

📋 copy color: '#3EAF8A'

red 62 ◦ green 175 ◦ blue 138

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

Shades of Gossamer #3EAF8A

Tints of Gossamer #3EAF8A

RGB

 RED value IS 62 (24.61% from 255) = 16.53%

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

 BLUE value IS 138 (54.3% from 255) = 36.8%

R = 16.53%
G = 46.67%
B = 36.8%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#3EAF8A (or 0x3EAF8A) is known color: Gossamer. HEX triplet: 3E, AF and 8A. RGB value is (62,175,138). Sum of RGB (Red+Green+Blue) = 62+175+138=375 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.53% from 375); Green value is 175 (68.75% from 255 or 46.67% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 175 - color contains mainly: green. Hex color #3EAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAF8A is #C15075. Grayscale: #898989. Windows color (decimal): -12669046 or 9088830. OLE color: 9088830.

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

Color convert

RGB 62 175 138 -
CMYK 0.65 0 0.21 0.31
HSL 160.35º 0.48% 0.46% -
HSV(B) 160.35º 0.65% 0.69% -
XYZ 21.9 33.52 29.36 -
YUV 137 128.56 74.51 -
System Red Green Blue C M Y K H S L
Decimal 62 175 138 0.65 0 0.21 0.31 160.35 0.48 0.46
Hex 3E AF 8A 41 0 15 1F A0 30 2E
Octal 76 257 212 101 0 25 37 240 60 56
Binary 111110 10101111 10001010 1000001 0 10101 11111 10100000 110000 101110

Color Harmonies of #3EAF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3EAF8A

Black with #3EAF8A

Text Example


Text Example

White with #3EAF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(62,175,138); }

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

background-color css

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

 a { background-color: rgb(62,175,138); }

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

border-color css

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

 span { border-color: rgb(62,175,138); }

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