Html Css Color HEX #42AB98 Gossamer

📋 copy color: '#42AB98'

red 66 ◦ green 171 ◦ blue 152

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

Shades of Gossamer #42AB98

Tints of Gossamer #42AB98

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.96%

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

R = 16.97%
G = 43.96%
B = 39.07%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#42AB98 (or 0x42AB98) is known color: Gossamer. HEX triplet: 42, AB and 98. RGB value is (66,171,152). Sum of RGB (Red+Green+Blue) = 66+171+152=389 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.97% from 389); Green value is 171 (67.19% from 255 or 43.96% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 171 - color contains mainly: green. Hex color #42AB98 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AB98 is #BD5467. Grayscale: #898989. Windows color (decimal): -12407912 or 10005314. OLE color: 10005314.

HSL color Cylindrical-coordinate representation of color #42AB98: hue angle of 169.14º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #42AB98 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 171 152 -
CMYK 0.61 0 0.11 0.33
HSL 169.14º 0.44% 0.46% -
HSV(B) 169.14º 0.61% 0.67% -
XYZ 22.48 32.55 34.8 -
YUV 137.44 136.21 77.04 -
System Red Green Blue C M Y K H S L
Decimal 66 171 152 0.61 0 0.11 0.33 169.14 0.44 0.46
Hex 42 AB 98 3D 0 B 21 A9 2C 2E
Octal 102 253 230 75 0 13 41 251 54 56
Binary 1000010 10101011 10011000 111101 0 1011 100001 10101001 101100 101110

Color Harmonies of #42AB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AB98

Black with #42AB98

Text Example


Text Example

White with #42AB98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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