Html Css Color HEX #53BDBB Viking

📋 copy color: '#53BDBB'

red 83 ◦ green 189 ◦ blue 187

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

Shades of Viking #53BDBB

Tints of Viking #53BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 41.18%

 BLUE value IS 187 (73.44% from 255) = 40.74%

R = 18.08%
G = 41.18%
B = 40.74%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#53BDBB (or 0x53BDBB) is known color: Viking. HEX triplet: 53, BD and BB. RGB value is (83,189,187). Sum of RGB (Red+Green+Blue) = 83+189+187=459 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.08% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 187 (73.44% from 255 or 40.74% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #53BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BDBB is #AC4244. Grayscale: #9C9C9C. Windows color (decimal): -11289157 or 12303699. OLE color: 12303699.

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

Color convert

RGB 83 189 187 -
CMYK 0.56 0 0.01 0.26
HSL 178.87º 0.45% 0.53% -
HSV(B) 178.87º 0.56% 0.74% -
XYZ 30.73 41.82 53.47 -
YUV 157.08 144.88 75.16 -
System Red Green Blue C M Y K H S L
Decimal 83 189 187 0.56 0 0.01 0.26 178.87 0.45 0.53
Hex 53 BD BB 38 0 1 1A B3 2D 35
Octal 123 275 273 70 0 1 32 263 55 65
Binary 1010011 10111101 10111011 111000 0 1 11010 10110011 101101 110101

Color Harmonies of #53BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BDBB

Black with #53BDBB

Text Example


Text Example

White with #53BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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