Html Css Color HEX #53BBBA Viking

📋 copy color: '#53BBBA'

red 83 ◦ green 187 ◦ blue 186

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

Shades of Viking #53BBBA

Tints of Viking #53BBBA

RGB

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

 GREEN value IS 187 (73.44% from 255) = 41.01%

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

R = 18.2%
G = 41.01%
B = 40.79%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#53BBBA (or 0x53BBBA) is known color: Viking. HEX triplet: 53, BB and BA. RGB value is (83,187,186). Sum of RGB (Red+Green+Blue) = 83+187+186=456 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.20% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 186 (73.05% from 255 or 40.79% from 456); Max value from RGB is 187 - color contains mainly: green. Hex color #53BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BBBA is #AC4445. Grayscale: #9B9B9B. Windows color (decimal): -11289670 or 12237651. OLE color: 12237651.

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

Color convert

RGB 83 187 186 -
CMYK 0.56 0 0.01 0.27
HSL 179.42º 0.43% 0.53% -
HSV(B) 179.42º 0.56% 0.73% -
XYZ 30.2 40.92 52.76 -
YUV 155.79 145.04 76.08 -
System Red Green Blue C M Y K H S L
Decimal 83 187 186 0.56 0 0.01 0.27 179.42 0.43 0.53
Hex 53 BB BA 38 0 1 1B B3 2B 35
Octal 123 273 272 70 0 1 33 263 53 65
Binary 1010011 10111011 10111010 111000 0 1 11011 10110011 101011 110101

Color Harmonies of #53BBBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BBBA

Black with #53BBBA

Text Example


Text Example

White with #53BBBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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