Html Css Color HEX #51BCC0 Viking

📋 copy color: '#51BCC0'

red 81 ◦ green 188 ◦ blue 192

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

Shades of Viking #51BCC0

Tints of Viking #51BCC0

RGB

 RED value IS 81 (32.03% from 255) = 17.57%

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

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 17.57%
G = 40.78%
B = 41.65%

CMYK

 C value IS 0.58

 M value IS 0.02

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#51BCC0 (or 0x51BCC0) is known color: Viking. HEX triplet: 51, BC and C0. RGB value is (81,188,192). Sum of RGB (Red+Green+Blue) = 81+188+192=461 (61% of max value = 765). Red value is 81 (32.03% from 255 or 17.57% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #51BCC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #51BCC0 is #AE433F. Grayscale: #9C9C9C. Windows color (decimal): -11420480 or 12631121. OLE color: 12631121.

HSL color Cylindrical-coordinate representation of color #51BCC0: hue angle of 182.16º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51BCC0 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 81 188 192 -
CMYK 0.58 0.02 0 0.25
HSL 182.16º 0.47% 0.54% -
HSV(B) 182.16º 0.58% 0.75% -
XYZ 30.89 41.52 56.26 -
YUV 156.46 148.05 74.17 -
System Red Green Blue C M Y K H S L
Decimal 81 188 192 0.58 0.02 0 0.25 182.16 0.47 0.54
Hex 51 BC C0 3A 2 0 19 B6 2F 36
Octal 121 274 300 72 2 0 31 266 57 66
Binary 1010001 10111100 11000000 111010 10 0 11001 10110110 101111 110110

Color Harmonies of #51BCC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BCC0

Black with #51BCC0

Text Example


Text Example

White with #51BCC0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51BCC0; }

 p { color: rgb(81,188,192); }

 H1.HeaderClassName
 {
   color: #51BCC0;
 }
 .AnyTagClassName
 {
   color: #51BCC0;
 }
</style>

background-color css

<style>
 a { background-color: #51BCC0; }

 a { background-color: rgb(81,188,192); }

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

border-color css

<style>
 span { border-color: #51BCC0; }

 span { border-color: rgb(81,188,192); }

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