#75C19E

Color #75C19E Silver Tree (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Silver Tree #75C19E

Tints of Silver Tree #75C19E

Color information

#75C19E (or 0x75C19E) is unknown color: approx Silver Tree. HEX triplet: 75, C1 and 9E. RGB value is (117,193,158). Sum of RGB (Red+Green+Blue) = 117+193+158=468 (61% of max value = 765). Red value is 117 (46.09% from 255 or 25% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 158 (62.11% from 255 or 33.76% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #75C19E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C19E is #8A3E61. Grayscale: #A6A6A6. Windows color (decimal): -9059938 or 10404213. OLE color: 10404213.

HSL color Cylindrical-coordinate representation of color #75C19E: hue angle of 152.37º degrees, saturation: 0.38, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #75C19E is Cyan = 0.39, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB117193158-
CMYK0.3900.180.24
HSL152.37º38%60.78%-
HSV(B)152.37º39.38%75.69%-
XYZ32.5844.3939.2-
YUV166.29123.3292.85-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25%
GREEN value IS 193 (75.78% from 255) = 41.24%
BLUE value IS 158 (62.11% from 255) = 33.76%
R=25%
G=41.24%
B=33.76%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1171931580.3900.180.24152.373860.78
Hex75C19E270121898263d
Octal16530123647022302304675
Binary111010111000001100111101001110100101100010011000100110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75C19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75C19E; }

 p { color: rgb(117,193,158); }

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

<style>
 a { background-color: #75C19E; }

 a { background-color: rgb(117,193,158); }

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

<style>
 span { border-color: #75C19E; }

 span { border-color: rgb(117,193,158); }

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