#4CC2D4

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

Shades of Viking #4CC2D4

Tints of Viking #4CC2D4

Color information

#4CC2D4 (or 0x4CC2D4) is unknown color: approx Viking. HEX triplet: 4C, C2 and D4. RGB value is (76,194,212). Sum of RGB (Red+Green+Blue) = 76+194+212=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 194 (76.17% from 255 or 40.25% from 482); Blue value is 212 (83.20% from 255 or 43.98% from 482); Max value from RGB is 212 - color contains mainly: blue. Hex color #4CC2D4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC2D4 is #B33D2B. Grayscale: #A0A0A0. Windows color (decimal): -11746604 or 13943372. OLE color: 13943372.

HSL color Cylindrical-coordinate representation of color #4CC2D4: hue angle of 187.94º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4CC2D4 is Cyan = 0.64, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB76194212-
CMYK0.640.0800.17
HSL187.94º61.26%56.47%-
HSV(B)187.94º64.15%83.14%-
XYZ34.1644.8769.15-
YUV160.77156.9167.54-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 15.77%
GREEN value IS 194 (76.17% from 255) = 40.25%
BLUE value IS 212 (83.20% from 255) = 43.98%
R=15.77%
G=40.25%
B=43.98%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal761942120.640.0800.17187.9461.2656.47
Hex4CC2D4408011bc3d38
Octal114302324100100212747570
Binary100110011000010110101001000000100001000110111100111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC2D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,194,212); }

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

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

 a { background-color: rgb(76,194,212); }

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

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

 span { border-color: rgb(76,194,212); }

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