Html Css Color HEX #4FADBE Viking

📋 copy color: '#4FADBE'

red 79 ◦ green 173 ◦ blue 190

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

Shades of Viking #4FADBE

Tints of Viking #4FADBE

RGB

 RED value IS 79 (31.25% from 255) = 17.87%

 GREEN value IS 173 (67.97% from 255) = 39.14%

 BLUE value IS 190 (74.61% from 255) = 42.99%

R = 17.87%
G = 39.14%
B = 42.99%

CMYK

 C value IS 0.58

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#4FADBE (or 0x4FADBE) is known color: Viking. HEX triplet: 4F, AD and BE. RGB value is (79,173,190). Sum of RGB (Red+Green+Blue) = 79+173+190=442 (58% of max value = 765). Red value is 79 (31.25% from 255 or 17.87% from 442); Green value is 173 (67.97% from 255 or 39.14% from 442); Blue value is 190 (74.61% from 255 or 42.99% from 442); Max value from RGB is 190 - color contains mainly: blue. Hex color #4FADBE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #4FADBE is #B05241. Grayscale: #929292. Windows color (decimal): -11555394 or 12496207. OLE color: 12496207.

HSL color Cylindrical-coordinate representation of color #4FADBE: hue angle of 189.19º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FADBE is Cyan = 0.58, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 79 173 190 -
CMYK 0.58 0.09 0 0.25
HSL 189.19º 0.46% 0.53% -
HSV(B) 189.19º 0.58% 0.75% -
XYZ 27.46 35.27 54.08 -
YUV 146.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 79 173 190 0.58 0.09 0 0.25 189.19 0.46 0.53
Hex 4F AD BE 3A 9 0 19 BD 2E 35
Octal 117 255 276 72 11 0 31 275 56 65
Binary 1001111 10101101 10111110 111010 1001 0 11001 10111101 101110 110101

Color Harmonies of #4FADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FADBE

Black with #4FADBE

Text Example


Text Example

White with #4FADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4FADBE; }

 p { color: rgb(79,173,190); }

 H1.HeaderClassName
 {
   color: #4FADBE;
 }
 .AnyTagClassName
 {
   color: #4FADBE;
 }
</style>

background-color css

<style>
 a { background-color: #4FADBE; }

 a { background-color: rgb(79,173,190); }

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

border-color css

<style>
 span { border-color: #4FADBE; }

 span { border-color: rgb(79,173,190); }

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