Html Css Color HEX #53BEBC Viking

📋 copy color: '#53BEBC'

red 83 ◦ green 190 ◦ blue 188

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

Shades of Viking #53BEBC

Tints of Viking #53BEBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 40.78%

R = 18%
G = 41.21%
B = 40.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#53BEBC (or 0x53BEBC) is known color: Viking. HEX triplet: 53, BE and BC. RGB value is (83,190,188). Sum of RGB (Red+Green+Blue) = 83+190+188=461 (61% of max value = 765). Red value is 83 (32.81% from 255 or 18.00% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 188 (73.83% from 255 or 40.78% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEBC is #AC4143. Grayscale: #9D9D9D. Windows color (decimal): -11288900 or 12369491. OLE color: 12369491.

HSL color Cylindrical-coordinate representation of color #53BEBC: hue angle of 178.88º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #53BEBC is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 190 188 -
CMYK 0.56 0 0.01 0.25
HSL 178.88º 0.45% 0.54% -
HSV(B) 178.88º 0.56% 0.75% -
XYZ 31.06 42.3 54.1 -
YUV 157.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 83 190 188 0.56 0 0.01 0.25 178.88 0.45 0.54
Hex 53 BE BC 38 0 1 19 B3 2D 36
Octal 123 276 274 70 0 1 31 263 55 66
Binary 1010011 10111110 10111100 111000 0 1 11001 10110011 101101 110110

Color Harmonies of #53BEBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BEBC

Black with #53BEBC

Text Example


Text Example

White with #53BEBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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