#42A38A

Color #42A38A Gossamer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gossamer #42A38A

Tints of Gossamer #42A38A

Color information

#42A38A (or 0x42A38A) is unknown color: approx Gossamer. HEX triplet: 42, A3 and 8A. RGB value is (66,163,138). Sum of RGB (Red+Green+Blue) = 66+163+138=367 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.98% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 138 (54.30% from 255 or 37.60% from 367); Max value from RGB is 163 - color contains mainly: green. Hex color #42A38A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #42A38A is #BD5C75. Grayscale: #838383. Windows color (decimal): -12409974 or 9085762. OLE color: 9085762.

HSL color Cylindrical-coordinate representation of color #42A38A: hue angle of 164.54º degrees, saturation: 0.42, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #42A38A is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.

Color convert

RGB66163138-
CMYK0.6000.150.36
HSL164.54º42.36%44.9%-
HSV(B)164.54º59.51%63.92%-
XYZ19.9329.1928.63-
YUV131.15131.8681.53-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 17.98%
GREEN value IS 163 (64.06% from 255) = 44.41%
BLUE value IS 138 (54.30% from 255) = 37.60%
R=17.98%
G=44.41%
B=37.60%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal661631380.6000.150.36164.5442.3644.9
Hex42A38A3C0F24a52a2d
Octal10224321274017442455255
Binary100001010100011100010101111000111110010010100101101010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A38A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,163,138); }

 H1.HeaderClassName
 {
   color: #42A38A;
 }
 .AnyTagClassName
 {
   color: #42A38A;
 }
</style>
background-color css

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

 a { background-color: rgb(66,163,138); }

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

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

 span { border-color: rgb(66,163,138); }

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