Html Css Color HEX #74BEA0 Silver Tree

📋 copy color: '#74BEA0'

red 116 ◦ green 190 ◦ blue 160

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

Shades of Silver Tree #74BEA0

Tints of Silver Tree #74BEA0

RGB

 RED value IS 116 (45.7% from 255) = 24.89%

 GREEN value IS 190 (74.61% from 255) = 40.77%

 BLUE value IS 160 (62.89% from 255) = 34.33%

R = 24.89%
G = 40.77%
B = 34.33%

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

#74BEA0 (or 0x74BEA0) is known color: Silver Tree. HEX triplet: 74, BE and A0. RGB value is (116,190,160). Sum of RGB (Red+Green+Blue) = 116+190+160=466 (61% of max value = 765). Red value is 116 (45.70% from 255 or 24.89% from 466); Green value is 190 (74.61% from 255 or 40.77% from 466); Blue value is 160 (62.89% from 255 or 34.33% from 466); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEA0 is #8B415F. Grayscale: #A4A4A4. Windows color (decimal): -9126240 or 10534516. OLE color: 10534516.

HSL color Cylindrical-coordinate representation of color #74BEA0: hue angle of 155.68º 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 #74BEA0 is Cyan = 0.39, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 160 -
CMYK 0.39 0 0.16 0.25
HSL 155.68º 0.36% 0.6% -
HSV(B) 155.68º 0.39% 0.75% -
XYZ 31.96 43.08 39.89 -
YUV 164.45 125.48 93.44 -
System Red Green Blue C M Y K H S L
Decimal 116 190 160 0.39 0 0.16 0.25 155.68 0.36 0.6
Hex 74 BE A0 27 0 10 19 9C 24 3C
Octal 164 276 240 47 0 20 31 234 44 74
Binary 1110100 10111110 10100000 100111 0 10000 11001 10011100 100100 111100

Color Harmonies of #74BEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BEA0

Black with #74BEA0

Text Example


Text Example

White with #74BEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #74BEA0;
 }
 .AnyTagClassName
 {
   color: #74BEA0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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