Html Css Color HEX #42A27F Gossamer

📋 copy color: '#42A27F'

red 66 ◦ green 162 ◦ blue 127

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

Shades of Gossamer #42A27F

Tints of Gossamer #42A27F

RGB

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

 GREEN value IS 162 (63.67% from 255) = 45.63%

 BLUE value IS 127 (50% from 255) = 35.77%

R = 18.59%
G = 45.63%
B = 35.77%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.22

 K value IS 0.36

RGB Variations

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

Color information

#42A27F (or 0x42A27F) is known color: Gossamer. HEX triplet: 42, A2 and 7F. RGB value is (66,162,127). Sum of RGB (Red+Green+Blue) = 66+162+127=355 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.59% from 355); Green value is 162 (63.67% from 255 or 45.63% from 355); Blue value is 127 (50% from 255 or 35.77% from 355); Max value from RGB is 162 - color contains mainly: green. Hex color #42A27F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #42A27F is #BD5D80. Grayscale: #818181. Windows color (decimal): -12410241 or 8364610. OLE color: 8364610.

HSL color Cylindrical-coordinate representation of color #42A27F: hue angle of 158.12º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #42A27F is Cyan = 0.59, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB 66 162 127 -
CMYK 0.59 0 0.22 0.36
HSL 158.13º 0.42% 0.45% -
HSV(B) 158.13º 0.59% 0.64% -
XYZ 19 28.53 24.58 -
YUV 129.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 66 162 127 0.59 0 0.22 0.36 158.13 0.42 0.45
Hex 42 A2 7F 3B 0 16 24 9E 2A 2D
Octal 102 242 177 73 0 26 44 236 52 55
Binary 1000010 10100010 1111111 111011 0 10110 100100 10011110 101010 101101

Color Harmonies of #42A27F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42A27F

Black with #42A27F

Text Example


Text Example

White with #42A27F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,162,127); }

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

background-color css

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

 a { background-color: rgb(66,162,127); }

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

border-color css

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

 span { border-color: rgb(66,162,127); }

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