#4CC0CE

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

Shades of Viking #4CC0CE

Tints of Viking #4CC0CE

Color information

#4CC0CE (or 0x4CC0CE) is unknown color: approx Viking. HEX triplet: 4C, C0 and CE. RGB value is (76,192,206). Sum of RGB (Red+Green+Blue) = 76+192+206=474 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.03% from 474); Green value is 192 (75.39% from 255 or 40.51% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 206 - color contains mainly: blue. Hex color #4CC0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC0CE is #B33F31. Grayscale: #9E9E9E. Windows color (decimal): -11747122 or 13549644. OLE color: 13549644.

HSL color Cylindrical-coordinate representation of color #4CC0CE: hue angle of 186.46º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CC0CE is Cyan = 0.63, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB76192206-
CMYK0.630.0700.19
HSL186.46º57.02%55.29%-
HSV(B)186.46º63.11%80.78%-
XYZ32.9743.6965.09-
YUV158.91154.5768.86-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.03%
GREEN value IS 192 (75.39% from 255) = 40.51%
BLUE value IS 206 (80.86% from 255) = 43.46%
R=16.03%
G=40.51%
B=43.46%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal761922060.630.0700.19186.4657.0255.29
Hex4CC0CE3F7013ba3937
Octal1143003167770232727167
Binary1001100110000001100111011111111101001110111010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC0CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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