Html Css Color HEX #56C0CC Viking

📋 copy color: '#56C0CC'

red 86 ◦ green 192 ◦ blue 204

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

Shades of Viking #56C0CC

Tints of Viking #56C0CC

RGB

 RED value IS 86 (33.98% from 255) = 17.84%

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 204 (80.08% from 255) = 42.32%

R = 17.84%
G = 39.83%
B = 42.32%

CMYK

 C value IS 0.58

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#56C0CC (or 0x56C0CC) is known color: Viking. HEX triplet: 56, C0 and CC. RGB value is (86,192,204). Sum of RGB (Red+Green+Blue) = 86+192+204=482 (63% of max value = 765). Red value is 86 (33.98% from 255 or 17.84% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #56C0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #56C0CC is #A93F33. Grayscale: #A1A1A1. Windows color (decimal): -11091764 or 13418582. OLE color: 13418582.

HSL color Cylindrical-coordinate representation of color #56C0CC: hue angle of 186.1º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #56C0CC is Cyan = 0.58, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 86 192 204 -
CMYK 0.58 0.06 0 0.2
HSL 186.1º 0.54% 0.57% -
HSV(B) 186.1º 0.58% 0.8% -
XYZ 33.59 44.04 63.86 -
YUV 161.67 151.88 74.02 -
System Red Green Blue C M Y K H S L
Decimal 86 192 204 0.58 0.06 0 0.2 186.1 0.54 0.57
Hex 56 C0 CC 3A 6 0 14 BA 36 39
Octal 126 300 314 72 6 0 24 272 66 71
Binary 1010110 11000000 11001100 111010 110 0 10100 10111010 110110 111001

Color Harmonies of #56C0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56C0CC

Black with #56C0CC

Text Example


Text Example

White with #56C0CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #56C0CC; }

 p { color: rgb(86,192,204); }

 H1.HeaderClassName
 {
   color: #56C0CC;
 }
 .AnyTagClassName
 {
   color: #56C0CC;
 }
</style>

background-color css

<style>
 a { background-color: #56C0CC; }

 a { background-color: rgb(86,192,204); }

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

border-color css

<style>
 span { border-color: #56C0CC; }

 span { border-color: rgb(86,192,204); }

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