Html Css Color HEX #59BFC0 Viking

📋 copy color: '#59BFC0'

red 89 ◦ green 191 ◦ blue 192

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

Shades of Viking #59BFC0

Tints of Viking #59BFC0

RGB

 RED value IS 89 (35.16% from 255) = 18.86%

 GREEN value IS 191 (75% from 255) = 40.47%

 BLUE value IS 192 (75.39% from 255) = 40.68%

R = 18.86%
G = 40.47%
B = 40.68%

CMYK

 C value IS 0.54

 M value IS 0.01

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59BFC0 (or 0x59BFC0) is known color: Viking. HEX triplet: 59, BF and C0. RGB value is (89,191,192). Sum of RGB (Red+Green+Blue) = 89+191+192=472 (62% of max value = 765). Red value is 89 (35.16% from 255 or 18.86% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 192 (75.39% from 255 or 40.68% from 472); Max value from RGB is 192 - color contains mainly: blue. Hex color #59BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BFC0 is #A6403F. Grayscale: #A0A0A0. Windows color (decimal): -10895424 or 12631897. OLE color: 12631897.

HSL color Cylindrical-coordinate representation of color #59BFC0: hue angle of 180.58º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #59BFC0 is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 191 192 -
CMYK 0.54 0.01 0 0.25
HSL 180.58º 0.45% 0.55% -
HSV(B) 180.58º 0.54% 0.75% -
XYZ 32.27 43.19 56.51 -
YUV 160.62 145.71 76.92 -
System Red Green Blue C M Y K H S L
Decimal 89 191 192 0.54 0.01 0 0.25 180.58 0.45 0.55
Hex 59 BF C0 36 1 0 19 B5 2D 37
Octal 131 277 300 66 1 0 31 265 55 67
Binary 1011001 10111111 11000000 110110 1 0 11001 10110101 101101 110111

Color Harmonies of #59BFC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BFC0

Black with #59BFC0

Text Example


Text Example

White with #59BFC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #59BFC0; }

 p { color: rgb(89,191,192); }

 H1.HeaderClassName
 {
   color: #59BFC0;
 }
 .AnyTagClassName
 {
   color: #59BFC0;
 }
</style>

background-color css

<style>
 a { background-color: #59BFC0; }

 a { background-color: rgb(89,191,192); }

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

border-color css

<style>
 span { border-color: #59BFC0; }

 span { border-color: rgb(89,191,192); }

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