Html Css Color HEX #53BEBD Viking

📋 copy color: '#53BEBD'

red 83 ◦ green 190 ◦ blue 189

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

Shades of Viking #53BEBD

Tints of Viking #53BEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 40.91%

R = 17.97%
G = 41.13%
B = 40.91%

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

#53BEBD (or 0x53BEBD) is known color: Viking. HEX triplet: 53, BE and BD. RGB value is (83,190,189). Sum of RGB (Red+Green+Blue) = 83+190+189=462 (61% of max value = 765). Red value is 83 (32.81% from 255 or 17.97% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 189 (74.22% from 255 or 40.91% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #53BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BEBD is #AC4142. Grayscale: #9D9D9D. Windows color (decimal): -11288899 or 12435027. OLE color: 12435027.

HSL color Cylindrical-coordinate representation of color #53BEBD: hue angle of 179.44º 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 #53BEBD is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 83 190 189 -
CMYK 0.56 0 0.01 0.25
HSL 179.44º 0.45% 0.54% -
HSV(B) 179.44º 0.56% 0.75% -
XYZ 31.17 42.34 54.67 -
YUV 157.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 83 190 189 0.56 0 0.01 0.25 179.44 0.45 0.54
Hex 53 BE BD 38 0 1 19 B3 2D 36
Octal 123 276 275 70 0 1 31 263 55 66
Binary 1010011 10111110 10111101 111000 0 1 11001 10110011 101101 110110

Color Harmonies of #53BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BEBD

Black with #53BEBD

Text Example


Text Example

White with #53BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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