Html Css Color HEX #74BE9F Silver Tree

📋 copy color: '#74BE9F'

red 116 ◦ green 190 ◦ blue 159

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

Shades of Silver Tree #74BE9F

Tints of Silver Tree #74BE9F

RGB

 RED value IS 116 (45.7% 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 value IS 0.39

 M value IS 0

 Y value IS 0.16

 K value IS 0.25

RGB Variations

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

Color information

#74BE9F (or 0x74BE9F) is known color: 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

RGB 116 190 159 -
CMYK 0.39 0 0.16 0.25
HSL 154.86º 0.36% 0.6% -
HSV(B) 154.86º 0.39% 0.75% -
XYZ 31.87 43.04 39.43 -
YUV 164.34 124.98 93.52 -
System Red Green Blue C M Y K H S L
Decimal 116 190 159 0.39 0 0.16 0.25 154.86 0.36 0.6
Hex 74 BE 9F 27 0 10 19 9B 24 3C
Octal 164 276 237 47 0 20 31 233 44 74
Binary 1110100 10111110 10011111 100111 0 10000 11001 10011011 100100 111100

Color Harmonies of #74BE9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BE9F

Black with #74BE9F

Text Example


Text Example

White with #74BE9F

Text Example


Text Example

HTML Codes & Css Web 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>