Html Css Color HEX #42AB8A Gossamer

📋 copy color: '#42AB8A'

red 66 ◦ green 171 ◦ blue 138

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

Shades of Gossamer #42AB8A

Tints of Gossamer #42AB8A

RGB

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

 GREEN value IS 171 (67.19% from 255) = 45.6%

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

R = 17.6%
G = 45.6%
B = 36.8%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#42AB8A (or 0x42AB8A) is known color: Gossamer. HEX triplet: 42, AB and 8A. RGB value is (66,171,138). Sum of RGB (Red+Green+Blue) = 66+171+138=375 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.6% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB8A is #BD5475. Grayscale: #878787. Windows color (decimal): -12407926 or 9087810. OLE color: 9087810.

HSL color Cylindrical-coordinate representation of color #42AB8A: hue angle of 161.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB8A is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 171 138 -
CMYK 0.61 0 0.19 0.33
HSL 161.14º 0.44% 0.46% -
HSV(B) 161.14º 0.61% 0.67% -
XYZ 21.4 32.12 29.12 -
YUV 135.84 129.21 78.18 -
System Red Green Blue C M Y K H S L
Decimal 66 171 138 0.61 0 0.19 0.33 161.14 0.44 0.46
Hex 42 AB 8A 3D 0 13 21 A1 2C 2E
Octal 102 253 212 75 0 23 41 241 54 56
Binary 1000010 10101011 10001010 111101 0 10011 100001 10100001 101100 101110

Color Harmonies of #42AB8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB8A

Black with #42AB8A

Text Example


Text Example

White with #42AB8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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