#53C2CB

Color #53C2CB Viking (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Viking #53C2CB

Tints of Viking #53C2CB

Color information

#53C2CB (or 0x53C2CB) is unknown color: approx Viking. HEX triplet: 53, C2 and CB. RGB value is (83,194,203). Sum of RGB (Red+Green+Blue) = 83+194+203=480 (63% of max value = 765). Red value is 83 (32.81% from 255 or 17.29% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 203 (79.69% from 255 or 42.29% from 480); Max value from RGB is 203 - color contains mainly: blue. Hex color #53C2CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C2CB is #AC3D34. Grayscale: #A1A1A1. Windows color (decimal): -11287861 or 13353555. OLE color: 13353555.

HSL color Cylindrical-coordinate representation of color #53C2CB: hue angle of 184.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #53C2CB is Cyan = 0.59, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB83194203-
CMYK0.590.0400.20
HSL184.5º53.57%56.08%-
HSV(B)184.5º59.11%79.61%-
XYZ33.6444.7363.36-
YUV161.84151.2371.77-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 17.29%
GREEN value IS 194 (76.17% from 255) = 40.42%
BLUE value IS 203 (79.69% from 255) = 42.29%
R=17.29%
G=40.42%
B=42.29%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal831942030.590.0400.20184.553.5756.08
Hex53C2CB3B4014b83638
Octal1233023137340242706670
Binary1010011110000101100101111101110001010010111000110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C2CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,194,203); }

 H1.HeaderClassName
 {
   color: #53C2CB;
 }
 .AnyTagClassName
 {
   color: #53C2CB;
 }
</style>
background-color css

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

 a { background-color: rgb(83,194,203); }

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

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

 span { border-color: rgb(83,194,203); }

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