Html Css Color HEX #42B48D Gossamer

📋 copy color: '#42B48D'

red 66 ◦ green 180 ◦ blue 141

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

Shades of Gossamer #42B48D

Tints of Gossamer #42B48D

RGB

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

 GREEN value IS 180 (70.7% from 255) = 46.51%

 BLUE value IS 141 (55.47% from 255) = 36.43%

R = 17.05%
G = 46.51%
B = 36.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.22

 K value IS 0.29

RGB Variations

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

Color information

#42B48D (or 0x42B48D) is known color: Gossamer. HEX triplet: 42, B4 and 8D. RGB value is (66,180,141). Sum of RGB (Red+Green+Blue) = 66+180+141=387 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.05% from 387); Green value is 180 (70.70% from 255 or 46.51% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 180 - color contains mainly: green. Hex color #42B48D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42B48D is #BD4B72. Grayscale: #8D8D8D. Windows color (decimal): -12405619 or 9286722. OLE color: 9286722.

HSL color Cylindrical-coordinate representation of color #42B48D: hue angle of 159.47º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #42B48D is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.29.

Color convert

RGB 66 180 141 -
CMYK 0.63 0 0.22 0.29
HSL 159.47º 0.46% 0.48% -
HSV(B) 159.47º 0.63% 0.71% -
XYZ 23.38 35.72 30.86 -
YUV 141.47 127.73 74.17 -
System Red Green Blue C M Y K H S L
Decimal 66 180 141 0.63 0 0.22 0.29 159.47 0.46 0.48
Hex 42 B4 8D 3F 0 16 1D 9F 2E 30
Octal 102 264 215 77 0 26 35 237 56 60
Binary 1000010 10110100 10001101 111111 0 10110 11101 10011111 101110 110000

Color Harmonies of #42B48D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B48D

Black with #42B48D

Text Example


Text Example

White with #42B48D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,180,141); }

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

background-color css

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

 a { background-color: rgb(66,180,141); }

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

border-color css

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

 span { border-color: rgb(66,180,141); }

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