Html Css Color HEX #42AE90 Gossamer

📋 copy color: '#42AE90'

red 66 ◦ green 174 ◦ blue 144

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

Shades of Gossamer #42AE90

Tints of Gossamer #42AE90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 37.5%

R = 17.19%
G = 45.31%
B = 37.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#42AE90 (or 0x42AE90) is known color: Gossamer. HEX triplet: 42, AE and 90. RGB value is (66,174,144). Sum of RGB (Red+Green+Blue) = 66+174+144=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 174 (68.36% from 255 or 45.31% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 174 - color contains mainly: green. Hex color #42AE90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AE90 is #BD516F. Grayscale: #8A8A8A. Windows color (decimal): -12407152 or 9481794. OLE color: 9481794.

HSL color Cylindrical-coordinate representation of color #42AE90: hue angle of 163.33º 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 #42AE90 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.32.

Color convert

RGB 66 174 144 -
CMYK 0.62 0 0.17 0.32
HSL 163.33º 0.45% 0.47% -
HSV(B) 163.33º 0.62% 0.68% -
XYZ 22.42 33.44 31.66 -
YUV 138.29 131.22 76.44 -
System Red Green Blue C M Y K H S L
Decimal 66 174 144 0.62 0 0.17 0.32 163.33 0.45 0.47
Hex 42 AE 90 3E 0 11 20 A3 2D 2F
Octal 102 256 220 76 0 21 40 243 55 57
Binary 1000010 10101110 10010000 111110 0 10001 100000 10100011 101101 101111

Color Harmonies of #42AE90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AE90

Black with #42AE90

Text Example


Text Example

White with #42AE90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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