Html Css Color HEX #42AE8A Gossamer

📋 copy color: '#42AE8A'

red 66 ◦ green 174 ◦ blue 138

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

Shades of Gossamer #42AE8A

Tints of Gossamer #42AE8A

RGB

 RED value IS 66 (26.17% from 255) = 17.46%

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

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

R = 17.46%
G = 46.03%
B = 36.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#42AE8A (or 0x42AE8A) is known color: Gossamer. HEX triplet: 42, AE and 8A. RGB value is (66,174,138). Sum of RGB (Red+Green+Blue) = 66+174+138=378 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.46% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 138 (54.30% from 255 or 36.51% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE8A is #BD5175. Grayscale: #898989. Windows color (decimal): -12407158 or 9088578. OLE color: 9088578.

HSL color Cylindrical-coordinate representation of color #42AE8A: hue angle of 160º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AE8A is Cyan = 0.62, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 174 138 -
CMYK 0.62 0 0.21 0.32
HSL 160º 0.45% 0.47% -
HSV(B) 160º 0.62% 0.68% -
XYZ 21.97 33.27 29.31 -
YUV 137.6 128.22 76.93 -
System Red Green Blue C M Y K H S L
Decimal 66 174 138 0.62 0 0.21 0.32 160 0.45 0.47
Hex 42 AE 8A 3E 0 15 20 A0 2D 2F
Octal 102 256 212 76 0 25 40 240 55 57
Binary 1000010 10101110 10001010 111110 0 10101 100000 10100000 101101 101111

Color Harmonies of #42AE8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE8A

Black with #42AE8A

Text Example


Text Example

White with #42AE8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42AE8A; }

 p { color: rgb(66,174,138); }

 H1.HeaderClassName
 {
   color: #42AE8A;
 }
 .AnyTagClassName
 {
   color: #42AE8A;
 }
</style>

background-color css

<style>
 a { background-color: #42AE8A; }

 a { background-color: rgb(66,174,138); }

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

border-color css

<style>
 span { border-color: #42AE8A; }

 span { border-color: rgb(66,174,138); }

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