Html Css Color HEX #53BCBB Viking

📋 copy color: '#53BCBB'

red 83 ◦ green 188 ◦ blue 187

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

Shades of Viking #53BCBB

Tints of Viking #53BCBB

RGB

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

 GREEN value IS 188 (73.83% from 255) = 41.05%

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

R = 18.12%
G = 41.05%
B = 40.83%

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

#53BCBB (or 0x53BCBB) is known color: Viking. HEX triplet: 53, BC and BB. RGB value is (83,188,187). Sum of RGB (Red+Green+Blue) = 83+188+187=458 (60% of max value = 765). Red value is 83 (32.81% from 255 or 18.12% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 188 - color contains mainly: green. Hex color #53BCBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53BCBB is #AC4344. Grayscale: #9C9C9C. Windows color (decimal): -11289413 or 12303443. OLE color: 12303443.

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

Color convert

RGB 83 188 187 -
CMYK 0.56 0 0.01 0.26
HSL 179.43º 0.44% 0.53% -
HSV(B) 179.43º 0.56% 0.74% -
XYZ 30.52 41.39 53.39 -
YUV 156.49 145.21 75.58 -
System Red Green Blue C M Y K H S L
Decimal 83 188 187 0.56 0 0.01 0.26 179.43 0.44 0.53
Hex 53 BC BB 38 0 1 1A B3 2C 35
Octal 123 274 273 70 0 1 32 263 54 65
Binary 1010011 10111100 10111011 111000 0 1 11010 10110011 101100 110101

Color Harmonies of #53BCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53BCBB

Black with #53BCBB

Text Example


Text Example

White with #53BCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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