Html Css Color HEX #42AF98 Gossamer

📋 copy color: '#42AF98'

red 66 ◦ green 175 ◦ blue 152

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

Shades of Gossamer #42AF98

Tints of Gossamer #42AF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 38.68%

R = 16.79%
G = 44.53%
B = 38.68%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.13

 K value IS 0.31

RGB Variations

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

Color information

#42AF98 (or 0x42AF98) is known color: Gossamer. HEX triplet: 42, AF and 98. RGB value is (66,175,152). Sum of RGB (Red+Green+Blue) = 66+175+152=393 (52% of max value = 765). Red value is 66 (26.17% from 255 or 16.79% from 393); Green value is 175 (68.75% from 255 or 44.53% from 393); Blue value is 152 (59.77% from 255 or 38.68% from 393); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AF98 is #BD5067. Grayscale: #8B8B8B. Windows color (decimal): -12406888 or 10006338. OLE color: 10006338.

HSL color Cylindrical-coordinate representation of color #42AF98: hue angle of 167.34º 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 #42AF98 is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB 66 175 152 -
CMYK 0.62 0 0.13 0.31
HSL 167.34º 0.45% 0.47% -
HSV(B) 167.34º 0.62% 0.69% -
XYZ 23.24 34.09 35.06 -
YUV 139.79 134.89 75.37 -
System Red Green Blue C M Y K H S L
Decimal 66 175 152 0.62 0 0.13 0.31 167.34 0.45 0.47
Hex 42 AF 98 3E 0 D 1F A7 2D 2F
Octal 102 257 230 76 0 15 37 247 55 57
Binary 1000010 10101111 10011000 111110 0 1101 11111 10100111 101101 101111

Color Harmonies of #42AF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AF98

Black with #42AF98

Text Example


Text Example

White with #42AF98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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