Html Css Color HEX #42B094 Gossamer

📋 copy color: '#42B094'

red 66 ◦ green 176 ◦ blue 148

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

Shades of Gossamer #42B094

Tints of Gossamer #42B094

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.13%

 BLUE value IS 148 (58.2% from 255) = 37.95%

R = 16.92%
G = 45.13%
B = 37.95%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.16

 K value IS 0.31

RGB Variations

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

Color information

#42B094 (or 0x42B094) is known color: Gossamer. HEX triplet: 42, B0 and 94. RGB value is (66,176,148). Sum of RGB (Red+Green+Blue) = 66+176+148=390 (51% of max value = 765). Red value is 66 (26.17% from 255 or 16.92% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 148 (58.20% from 255 or 37.95% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #42B094 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42B094 is #BD4F6B. Grayscale: #8B8B8B. Windows color (decimal): -12406636 or 9744450. OLE color: 9744450.

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

Color convert

RGB 66 176 148 -
CMYK 0.62 0 0.16 0.31
HSL 164.73º 0.45% 0.47% -
HSV(B) 164.73º 0.63% 0.69% -
XYZ 23.12 34.35 33.43 -
YUV 139.92 132.56 75.28 -
System Red Green Blue C M Y K H S L
Decimal 66 176 148 0.62 0 0.16 0.31 164.73 0.45 0.47
Hex 42 B0 94 3E 0 10 1F A5 2D 2F
Octal 102 260 224 76 0 20 37 245 55 57
Binary 1000010 10110000 10010100 111110 0 10000 11111 10100101 101101 101111

Color Harmonies of #42B094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B094

Black with #42B094

Text Example


Text Example

White with #42B094

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,176,148); }

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

background-color css

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

 a { background-color: rgb(66,176,148); }

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

border-color css

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

 span { border-color: rgb(66,176,148); }

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