#4CC0D5

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

Shades of Viking #4CC0D5

Tints of Viking #4CC0D5

Color information

#4CC0D5 (or 0x4CC0D5) is unknown color: approx Viking. HEX triplet: 4C, C0 and D5. RGB value is (76,192,213). Sum of RGB (Red+Green+Blue) = 76+192+213=481 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.80% from 481); Green value is 192 (75.39% from 255 or 39.92% from 481); Blue value is 213 (83.59% from 255 or 44.28% from 481); Max value from RGB is 213 - color contains mainly: blue. Hex color #4CC0D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC0D5 is #B33F2A. Grayscale: #9F9F9F. Windows color (decimal): -11747115 or 14008396. OLE color: 14008396.

HSL color Cylindrical-coordinate representation of color #4CC0D5: hue angle of 189.2º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CC0D5 is Cyan = 0.64, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB76192213-
CMYK0.640.1000.16
HSL189.2º61.99%56.67%-
HSV(B)189.2º64.32%83.53%-
XYZ33.8444.0469.67-
YUV159.71158.0768.29-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.80%
GREEN value IS 192 (75.39% from 255) = 39.92%
BLUE value IS 213 (83.59% from 255) = 44.28%
R=15.80%
G=39.92%
B=44.28%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal761922130.640.1000.16189.261.9956.67
Hex4CC0D540A010bd3e39
Octal114300325100120202757671
Binary100110011000000110101011000000101001000010111101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC0D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CC0D5; }

 p { color: rgb(76,192,213); }

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

<style>
 a { background-color: #4CC0D5; }

 a { background-color: rgb(76,192,213); }

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

<style>
 span { border-color: #4CC0D5; }

 span { border-color: rgb(76,192,213); }

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