Html Css Color HEX #59BCBF Viking

📋 copy color: '#59BCBF'

red 89 ◦ green 188 ◦ blue 191

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

Shades of Viking #59BCBF

Tints of Viking #59BCBF

RGB

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

 GREEN value IS 188 (73.83% from 255) = 40.17%

 BLUE value IS 191 (75% from 255) = 40.81%

R = 19.02%
G = 40.17%
B = 40.81%

CMYK

 C value IS 0.53

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#59BCBF (or 0x59BCBF) is known color: Viking. HEX triplet: 59, BC and BF. RGB value is (89,188,191). Sum of RGB (Red+Green+Blue) = 89+188+191=468 (61% of max value = 765). Red value is 89 (35.16% from 255 or 19.02% from 468); Green value is 188 (73.83% from 255 or 40.17% from 468); Blue value is 191 (75% from 255 or 40.81% from 468); Max value from RGB is 191 - color contains mainly: blue. Hex color #59BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #59BCBF is #A64340. Grayscale: #9E9E9E. Windows color (decimal): -10896193 or 12565593. OLE color: 12565593.

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

Color convert

RGB 89 188 191 -
CMYK 0.53 0.02 0 0.25
HSL 181.76º 0.44% 0.55% -
HSV(B) 181.76º 0.53% 0.75% -
XYZ 31.51 41.85 55.71 -
YUV 158.74 146.2 78.26 -
System Red Green Blue C M Y K H S L
Decimal 89 188 191 0.53 0.02 0 0.25 181.76 0.44 0.55
Hex 59 BC BF 35 2 0 19 B6 2C 37
Octal 131 274 277 65 2 0 31 266 54 67
Binary 1011001 10111100 10111111 110101 10 0 11001 10110110 101100 110111

Color Harmonies of #59BCBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #59BCBF

Black with #59BCBF

Text Example


Text Example

White with #59BCBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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