#4FC0CA

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

Shades of Viking #4FC0CA

Tints of Viking #4FC0CA

Color information

#4FC0CA (or 0x4FC0CA) is unknown color: approx Viking. HEX triplet: 4F, C0 and CA. RGB value is (79,192,202). Sum of RGB (Red+Green+Blue) = 79+192+202=473 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.70% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 202 - color contains mainly: blue. Hex color #4FC0CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC0CA is #B03F35. Grayscale: #9F9F9F. Windows color (decimal): -11550518 or 13287503. OLE color: 13287503.

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

Color convert

RGB79192202-
CMYK0.610.0500.21
HSL184.88º53.71%55.1%-
HSV(B)184.88º60.89%79.22%-
XYZ32.7343.6362.57-
YUV159.35152.0670.69-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.70%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 202 (79.30% from 255) = 42.71%
R=16.70%
G=40.59%
B=42.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal791922020.610.0500.21184.8853.7155.1
Hex4FC0CA3D5015b93637
Octal1173003127550252716667
Binary1001111110000001100101011110110101010110111001110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC0CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,192,202); }

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

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

 a { background-color: rgb(79,192,202); }

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

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

 span { border-color: rgb(79,192,202); }

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