Html Css Color HEX #58BCBE Viking

📋 copy color: '#58BCBE'

red 88 ◦ green 188 ◦ blue 190

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

Shades of Viking #58BCBE

Tints of Viking #58BCBE

RGB

 RED value IS 88 (34.77% from 255) = 18.88%

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

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

R = 18.88%
G = 40.34%
B = 40.77%

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

#58BCBE (or 0x58BCBE) is known color: Viking. HEX triplet: 58, BC and BE. RGB value is (88,188,190). Sum of RGB (Red+Green+Blue) = 88+188+190=466 (61% of max value = 765). Red value is 88 (34.77% from 255 or 18.88% from 466); Green value is 188 (73.83% from 255 or 40.34% from 466); Blue value is 190 (74.61% from 255 or 40.77% from 466); Max value from RGB is 190 - color contains mainly: blue. Hex color #58BCBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #58BCBE is #A74341. Grayscale: #9E9E9E. Windows color (decimal): -10961730 or 12500056. OLE color: 12500056.

HSL color Cylindrical-coordinate representation of color #58BCBE: hue angle of 181.18º degrees, saturation: 0.44, 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 #58BCBE is Cyan = 0.54, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 88 188 190 -
CMYK 0.54 0.01 0 0.25
HSL 181.18º 0.44% 0.55% -
HSV(B) 181.18º 0.54% 0.75% -
XYZ 31.3 41.76 55.13 -
YUV 158.33 145.87 77.84 -
System Red Green Blue C M Y K H S L
Decimal 88 188 190 0.54 0.01 0 0.25 181.18 0.44 0.55
Hex 58 BC BE 36 1 0 19 B5 2C 37
Octal 130 274 276 66 1 0 31 265 54 67
Binary 1011000 10111100 10111110 110110 1 0 11001 10110101 101100 110111

Color Harmonies of #58BCBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58BCBE

Black with #58BCBE

Text Example


Text Example

White with #58BCBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58BCBE; }

 p { color: rgb(88,188,190); }

 H1.HeaderClassName
 {
   color: #58BCBE;
 }
 .AnyTagClassName
 {
   color: #58BCBE;
 }
</style>

background-color css

<style>
 a { background-color: #58BCBE; }

 a { background-color: rgb(88,188,190); }

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

border-color css

<style>
 span { border-color: #58BCBE; }

 span { border-color: rgb(88,188,190); }

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