Html Css Color HEX #42AC9B Gossamer

📋 copy color: '#42AC9B'

red 66 ◦ green 172 ◦ blue 155

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

Shades of Gossamer #42AC9B

Tints of Gossamer #42AC9B

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.77%

 BLUE value IS 155 (60.94% from 255) = 39.44%

R = 16.79%
G = 43.77%
B = 39.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#42AC9B (or 0x42AC9B) is known color: Gossamer. HEX triplet: 42, AC and 9B. RGB value is (66,172,155). Sum of RGB (Red+Green+Blue) = 66+172+155=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 155 (60.94% from 255 or 39.44% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AC9B is #BD5364. Grayscale: #8A8A8A. Windows color (decimal): -12407653 or 10202178. OLE color: 10202178.

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

Color convert

RGB 66 172 155 -
CMYK 0.62 0 0.10 0.33
HSL 170.38º 0.45% 0.47% -
HSV(B) 170.38º 0.62% 0.67% -
XYZ 22.92 33.03 36.18 -
YUV 138.37 137.38 76.38 -
System Red Green Blue C M Y K H S L
Decimal 66 172 155 0.62 0 0.10 0.33 170.38 0.45 0.47
Hex 42 AC 9B 3E 0 A 21 AA 2D 2F
Octal 102 254 233 76 0 12 41 252 55 57
Binary 1000010 10101100 10011011 111110 0 1010 100001 10101010 101101 101111

Color Harmonies of #42AC9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC9B

Black with #42AC9B

Text Example


Text Example

White with #42AC9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,155); }

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

background-color css

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

 a { background-color: rgb(66,172,155); }

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

border-color css

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

 span { border-color: rgb(66,172,155); }

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