Html Css Color HEX #42A493 Gossamer

📋 copy color: '#42A493'

red 66 ◦ green 164 ◦ blue 147

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

Shades of Gossamer #42A493

Tints of Gossamer #42A493

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.5%

 BLUE value IS 147 (57.81% from 255) = 38.99%

R = 17.51%
G = 43.5%
B = 38.99%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.10

 K value IS 0.36

RGB Variations

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

Color information

#42A493 (or 0x42A493) is known color: Gossamer. HEX triplet: 42, A4 and 93. RGB value is (66,164,147). Sum of RGB (Red+Green+Blue) = 66+164+147=377 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.51% from 377); Green value is 164 (64.45% from 255 or 43.50% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 164 - color contains mainly: green. Hex color #42A493 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A493 is #BD5B6C. Grayscale: #848484. Windows color (decimal): -12409709 or 9675842. OLE color: 9675842.

HSL color Cylindrical-coordinate representation of color #42A493: hue angle of 169.59º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A493 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 164 147 -
CMYK 0.60 0 0.10 0.36
HSL 169.59º 0.43% 0.45% -
HSV(B) 169.59º 0.6% 0.64% -
XYZ 20.79 29.82 32.26 -
YUV 132.76 136.03 80.38 -
System Red Green Blue C M Y K H S L
Decimal 66 164 147 0.60 0 0.10 0.36 169.59 0.43 0.45
Hex 42 A4 93 3C 0 A 24 AA 2B 2D
Octal 102 244 223 74 0 12 44 252 53 55
Binary 1000010 10100100 10010011 111100 0 1010 100100 10101010 101011 101101

Color Harmonies of #42A493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A493

Black with #42A493

Text Example


Text Example

White with #42A493

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,164,147); }

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

background-color css

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

 a { background-color: rgb(66,164,147); }

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

border-color css

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

 span { border-color: rgb(66,164,147); }

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