Html Css Color HEX #5ABECA Viking

📋 copy color: '#5ABECA'

red 90 ◦ green 190 ◦ blue 202

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

Shades of Viking #5ABECA

Tints of Viking #5ABECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.42%

 BLUE value IS 202 (79.3% from 255) = 41.91%

R = 18.67%
G = 39.42%
B = 41.91%

CMYK

 C value IS 0.55

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5ABECA (or 0x5ABECA) is known color: Viking. HEX triplet: 5A, BE and CA. RGB value is (90,190,202). Sum of RGB (Red+Green+Blue) = 90+190+202=482 (63% of max value = 765). Red value is 90 (35.55% from 255 or 18.67% from 482); Green value is 190 (74.61% from 255 or 39.42% from 482); Blue value is 202 (79.30% from 255 or 41.91% from 482); Max value from RGB is 202 - color contains mainly: blue. Hex color #5ABECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABECA is #A54135. Grayscale: #A1A1A1. Windows color (decimal): -10830134 or 13287002. OLE color: 13287002.

HSL color Cylindrical-coordinate representation of color #5ABECA: hue angle of 186.43º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5ABECA is Cyan = 0.55, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 90 190 202 -
CMYK 0.55 0.06 0 0.21
HSL 186.43º 0.51% 0.57% -
HSV(B) 186.43º 0.55% 0.79% -
XYZ 33.29 43.26 62.47 -
YUV 161.47 150.87 77.02 -
System Red Green Blue C M Y K H S L
Decimal 90 190 202 0.55 0.06 0 0.21 186.43 0.51 0.57
Hex 5A BE CA 37 6 0 15 BA 33 39
Octal 132 276 312 67 6 0 25 272 63 71
Binary 1011010 10111110 11001010 110111 110 0 10101 10111010 110011 111001

Color Harmonies of #5ABECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5ABECA

Black with #5ABECA

Text Example


Text Example

White with #5ABECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,190,202); }

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

background-color css

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

 a { background-color: rgb(90,190,202); }

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

border-color css

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

 span { border-color: rgb(90,190,202); }

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