#4CC1CA

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

Shades of Viking #4CC1CA

Tints of Viking #4CC1CA

Color information

#4CC1CA (or 0x4CC1CA) is unknown color: approx Viking. HEX triplet: 4C, C1 and CA. RGB value is (76,193,202). Sum of RGB (Red+Green+Blue) = 76+193+202=471 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.14% from 471); Green value is 193 (75.78% from 255 or 40.98% from 471); Blue value is 202 (79.30% from 255 or 42.89% from 471); Max value from RGB is 202 - color contains mainly: blue. Hex color #4CC1CA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC1CA is #B33E35. Grayscale: #9E9E9E. Windows color (decimal): -11746870 or 13287756. OLE color: 13287756.

HSL color Cylindrical-coordinate representation of color #4CC1CA: hue angle of 184.29º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC1CA is Cyan = 0.62, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB76193202-
CMYK0.620.0400.21
HSL184.29º54.31%54.51%-
HSV(B)184.29º62.38%79.22%-
XYZ32.7143.9462.63-
YUV159.04152.2468.77-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.14%
GREEN value IS 193 (75.78% from 255) = 40.98%
BLUE value IS 202 (79.30% from 255) = 42.89%
R=16.14%
G=40.98%
B=42.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal761932020.620.0400.21184.2954.3154.51
Hex4CC1CA3E4015b83637
Octal1143013127640252706667
Binary1001100110000011100101011111010001010110111000110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,193,202); }

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

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

 a { background-color: rgb(76,193,202); }

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

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

 span { border-color: rgb(76,193,202); }

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