#419A8B

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

Shades of Gossamer #419A8B

Tints of Gossamer #419A8B

Color information

#419A8B (or 0x419A8B) is unknown color: approx Gossamer. HEX triplet: 41, 9A and 8B. RGB value is (65,154,139). Sum of RGB (Red+Green+Blue) = 65+154+139=358 (47% of max value = 765). Red value is 65 (25.78% from 255 or 18.16% from 358); Green value is 154 (60.55% from 255 or 43.02% from 358); Blue value is 139 (54.69% from 255 or 38.83% from 358); Max value from RGB is 154 - color contains mainly: green. Hex color #419A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #419A8B is #BE6574. Grayscale: #7D7D7D. Windows color (decimal): -12477813 or 9148993. OLE color: 9148993.

HSL color Cylindrical-coordinate representation of color #419A8B: hue angle of 169.89º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #419A8B is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.40.

Color convert

RGB65154139-
CMYK0.5800.100.40
HSL169.89º40.64%42.94%-
HSV(B)169.89º57.79%60.39%-
XYZ18.426.128.49-
YUV125.68135.5184.72-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 18.16%
GREEN value IS 154 (60.55% from 255) = 43.02%
BLUE value IS 139 (54.69% from 255) = 38.83%
R=18.16%
G=43.02%
B=38.83%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal651541390.5800.100.40169.8940.6442.94
Hex419A8B3A0A28aa292b
Octal10123221372012502525153
Binary100000110011010100010111110100101010100010101010101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #419A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #419A8B; }

 p { color: rgb(65,154,139); }

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

<style>
 a { background-color: #419A8B; }

 a { background-color: rgb(65,154,139); }

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

<style>
 span { border-color: #419A8B; }

 span { border-color: rgb(65,154,139); }

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