Html Css Color HEX #42AF8A Gossamer

📋 copy color: '#42AF8A'

red 66 ◦ green 175 ◦ blue 138

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

Shades of Gossamer #42AF8A

Tints of Gossamer #42AF8A

RGB

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

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

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

R = 17.41%
G = 46.17%
B = 36.41%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#42AF8A (or 0x42AF8A) is known color: Gossamer. HEX triplet: 42, AF and 8A. RGB value is (66,175,138). Sum of RGB (Red+Green+Blue) = 66+175+138=379 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.41% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF8A is #BD5075. Grayscale: #8A8A8A. Windows color (decimal): -12406902 or 9088834. OLE color: 9088834.

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

Color convert

RGB 66 175 138 -
CMYK 0.62 0 0.21 0.31
HSL 159.63º 0.45% 0.47% -
HSV(B) 159.63º 0.62% 0.69% -
XYZ 22.16 33.65 29.37 -
YUV 138.19 127.89 76.51 -
System Red Green Blue C M Y K H S L
Decimal 66 175 138 0.62 0 0.21 0.31 159.63 0.45 0.47
Hex 42 AF 8A 3E 0 15 1F A0 2D 2F
Octal 102 257 212 76 0 25 37 240 55 57
Binary 1000010 10101111 10001010 111110 0 10101 11111 10100000 101101 101111

Color Harmonies of #42AF8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF8A

Black with #42AF8A

Text Example


Text Example

White with #42AF8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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