#74BE9F

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

Shades of Silver Tree #74BE9F

Tints of Silver Tree #74BE9F

Color information

#74BE9F (or 0x74BE9F) is unknown color: approx Silver Tree. HEX triplet: 74, BE and 9F. RGB value is (116,190,159). Sum of RGB (Red+Green+Blue) = 116+190+159=465 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.95% from 465); Green value is 190 (74.61% from 255 or 40.86% from 465); Blue value is 159 (62.5% from 255 or 34.19% from 465); Max value from RGB is 190 - color contains mainly: green. Hex color #74BE9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BE9F is #8B4160. Grayscale: #A4A4A4. Windows color (decimal): -9126241 or 10468980. OLE color: 10468980.

HSL color Cylindrical-coordinate representation of color #74BE9F: hue angle of 154.86º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BE9F is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB116190159-
CMYK0.3900.160.25
HSL154.86º36.27%60%-
HSV(B)154.86º38.95%74.51%-
XYZ31.8743.0439.43-
YUV164.34124.9893.52-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 24.95%
GREEN value IS 190 (74.61% from 255) = 40.86%
BLUE value IS 159 (62.5% from 255) = 34.19%
R=24.95%
G=40.86%
B=34.19%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161901590.3900.160.25154.8636.2760
Hex74BE9F27010199b243c
Octal16427623747020312334474
Binary111010010111110100111111001110100001100110011011100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74BE9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74BE9F; }

 p { color: rgb(116,190,159); }

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

<style>
 a { background-color: #74BE9F; }

 a { background-color: rgb(116,190,159); }

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

<style>
 span { border-color: #74BE9F; }

 span { border-color: rgb(116,190,159); }

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