Html Css Color HEX #42AC83 Gossamer

📋 copy color: '#42AC83'

red 66 ◦ green 172 ◦ blue 131

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

Shades of Gossamer #42AC83

Tints of Gossamer #42AC83

RGB

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

 GREEN value IS 172 (67.58% from 255) = 46.61%

 BLUE value IS 131 (51.56% from 255) = 35.5%

R = 17.89%
G = 46.61%
B = 35.5%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#42AC83 (or 0x42AC83) is known color: Gossamer. HEX triplet: 42, AC and 83. RGB value is (66,172,131). Sum of RGB (Red+Green+Blue) = 66+172+131=369 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.89% from 369); Green value is 172 (67.58% from 255 or 46.61% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42AC83 is #BD537C. Grayscale: #878787. Windows color (decimal): -12407677 or 8629314. OLE color: 8629314.

HSL color Cylindrical-coordinate representation of color #42AC83: hue angle of 156.79º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #42AC83 is Cyan = 0.62, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.

Color convert

RGB 66 172 131 -
CMYK 0.62 0 0.24 0.33
HSL 156.79º 0.45% 0.47% -
HSV(B) 156.79º 0.62% 0.67% -
XYZ 21.1 32.3 26.6 -
YUV 135.63 125.38 78.33 -
System Red Green Blue C M Y K H S L
Decimal 66 172 131 0.62 0 0.24 0.33 156.79 0.45 0.47
Hex 42 AC 83 3E 0 18 21 9D 2D 2F
Octal 102 254 203 76 0 30 41 235 55 57
Binary 1000010 10101100 10000011 111110 0 11000 100001 10011101 101101 101111

Color Harmonies of #42AC83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42AC83

Black with #42AC83

Text Example


Text Example

White with #42AC83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,172,131); }

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

background-color css

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

 a { background-color: rgb(66,172,131); }

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

border-color css

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

 span { border-color: rgb(66,172,131); }

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