Html Css Color HEX #3AAE8E Gossamer

📋 copy color: '#3AAE8E'

red 58 ◦ green 174 ◦ blue 142

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

Shades of Gossamer #3AAE8E

Tints of Gossamer #3AAE8E

RGB

 RED value IS 58 (23.05% from 255) = 15.51%

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

 BLUE value IS 142 (55.86% from 255) = 37.97%

R = 15.51%
G = 46.52%
B = 37.97%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#3AAE8E (or 0x3AAE8E) is known color: Gossamer. HEX triplet: 3A, AE and 8E. RGB value is (58,174,142). Sum of RGB (Red+Green+Blue) = 58+174+142=374 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.51% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 142 (55.86% from 255 or 37.97% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #3AAE8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAE8E is #C55171. Grayscale: #878787. Windows color (decimal): -12931442 or 9350714. OLE color: 9350714.

HSL color Cylindrical-coordinate representation of color #3AAE8E: hue angle of 163.45º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAE8E is Cyan = 0.67, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.

Color convert

RGB 58 174 142 -
CMYK 0.67 0 0.18 0.32
HSL 163.45º 0.5% 0.45% -
HSV(B) 163.45º 0.67% 0.68% -
XYZ 21.76 33.12 30.84 -
YUV 135.67 131.57 72.6 -
System Red Green Blue C M Y K H S L
Decimal 58 174 142 0.67 0 0.18 0.32 163.45 0.5 0.45
Hex 3A AE 8E 43 0 12 20 A3 32 2D
Octal 72 256 216 103 0 22 40 243 62 55
Binary 111010 10101110 10001110 1000011 0 10010 100000 10100011 110010 101101

Color Harmonies of #3AAE8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3AAE8E

Black with #3AAE8E

Text Example


Text Example

White with #3AAE8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(58,174,142); }

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

background-color css

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

 a { background-color: rgb(58,174,142); }

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

border-color css

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

 span { border-color: rgb(58,174,142); }

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