Html Css Color HEX #53BABA Viking

📋 copy color: '#53BABA'

red 83 ◦ green 186 ◦ blue 186

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

Shades of Viking #53BABA

Tints of Viking #53BABA

RGB

 RED value IS 83 (32.81% from 255) = 18.24%

 GREEN value IS 186 (73.05% from 255) = 40.88%

 BLUE value IS 186 (73.05% from 255) = 40.88%

R = 18.24%
G = 40.88%
B = 40.88%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#53BABA (or 0x53BABA) is known color: Viking. HEX triplet: 53, BA and BA. RGB value is (83,186,186). Sum of RGB (Red+Green+Blue) = 83+186+186=455 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.24% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 186 (73.05% from 255 or 40.88% from 455); Max value from RGB is 186 - color contains mainly: green, blue. Hex color #53BABA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BABA is #AC4545. Grayscale: #9B9B9B. Windows color (decimal): -11289926 or 12237395. OLE color: 12237395.

HSL color Cylindrical-coordinate representation of color #53BABA: hue angle of 180º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #53BABA is Cyan = 0.55, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 83 186 186 -
CMYK 0.55 0 0 0.27
HSL 180º 0.43% 0.53% -
HSV(B) 180º 0.55% 0.73% -
XYZ 29.99 40.5 52.69 -
YUV 155.2 145.38 76.5 -
System Red Green Blue C M Y K H S L
Decimal 83 186 186 0.55 0 0 0.27 180 0.43 0.53
Hex 53 BA BA 37 0 0 1B B4 2B 35
Octal 123 272 272 67 0 0 33 264 53 65
Binary 1010011 10111010 10111010 110111 0 0 11011 10110100 101011 110101

Color Harmonies of #53BABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BABA

Black with #53BABA

Text Example


Text Example

White with #53BABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53BABA; }

 p { color: rgb(83,186,186); }

 H1.HeaderClassName
 {
   color: #53BABA;
 }
 .AnyTagClassName
 {
   color: #53BABA;
 }
</style>

background-color css

<style>
 a { background-color: #53BABA; }

 a { background-color: rgb(83,186,186); }

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

border-color css

<style>
 span { border-color: #53BABA; }

 span { border-color: rgb(83,186,186); }

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