Html Css Color HEX #5ABCC0 Viking

📋 copy color: '#5ABCC0'

red 90 ◦ green 188 ◦ blue 192

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

Shades of Viking #5ABCC0

Tints of Viking #5ABCC0

RGB

 RED value IS 90 (35.55% from 255) = 19.15%

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

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

R = 19.15%
G = 40%
B = 40.85%

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

#5ABCC0 (or 0x5ABCC0) is known color: Viking. HEX triplet: 5A, BC and C0. RGB value is (90,188,192). Sum of RGB (Red+Green+Blue) = 90+188+192=470 (62% of max value = 765). Red value is 90 (35.55% from 255 or 19.15% from 470); Green value is 188 (73.83% from 255 or 40% from 470); Blue value is 192 (75.39% from 255 or 40.85% from 470); Max value from RGB is 192 - color contains mainly: blue. Hex color #5ABCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABCC0 is #A5433F. Grayscale: #9F9F9F. Windows color (decimal): -10830656 or 12631130. OLE color: 12631130.

HSL color Cylindrical-coordinate representation of color #5ABCC0: hue angle of 182.35º degrees, saturation: 0.45, 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 #5ABCC0 is Cyan = 0.53, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 90 188 192 -
CMYK 0.53 0.02 0 0.25
HSL 182.35º 0.45% 0.55% -
HSV(B) 182.35º 0.53% 0.75% -
XYZ 31.71 41.95 56.29 -
YUV 159.15 146.53 78.67 -
System Red Green Blue C M Y K H S L
Decimal 90 188 192 0.53 0.02 0 0.25 182.35 0.45 0.55
Hex 5A BC C0 35 2 0 19 B6 2D 37
Octal 132 274 300 65 2 0 31 266 55 67
Binary 1011010 10111100 11000000 110101 10 0 11001 10110110 101101 110111

Color Harmonies of #5ABCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABCC0

Black with #5ABCC0

Text Example


Text Example

White with #5ABCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5ABCC0; }

 p { color: rgb(90,188,192); }

 H1.HeaderClassName
 {
   color: #5ABCC0;
 }
 .AnyTagClassName
 {
   color: #5ABCC0;
 }
</style>

background-color css

<style>
 a { background-color: #5ABCC0; }

 a { background-color: rgb(90,188,192); }

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

border-color css

<style>
 span { border-color: #5ABCC0; }

 span { border-color: rgb(90,188,192); }

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