#4FC0CC

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

Shades of Viking #4FC0CC

Tints of Viking #4FC0CC

Color information

#4FC0CC (or 0x4FC0CC) is unknown color: approx Viking. HEX triplet: 4F, C0 and CC. RGB value is (79,192,204). Sum of RGB (Red+Green+Blue) = 79+192+204=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 192 (75.39% from 255 or 40.42% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 204 - color contains mainly: blue. Hex color #4FC0CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC0CC is #B03F33. Grayscale: #9F9F9F. Windows color (decimal): -11550516 or 13418575. OLE color: 13418575.

HSL color Cylindrical-coordinate representation of color #4FC0CC: hue angle of 185.76º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4FC0CC is Cyan = 0.61, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB79192204-
CMYK0.610.0600.2
HSL185.76º55.07%55.49%-
HSV(B)185.76º61.27%80%-
XYZ32.9743.7263.83-
YUV159.58153.0670.52-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 16.63%
GREEN value IS 192 (75.39% from 255) = 40.42%
BLUE value IS 204 (80.08% from 255) = 42.95%
R=16.63%
G=40.42%
B=42.95%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal791922040.610.0600.2185.7655.0755.49
Hex4FC0CC3D6014ba3737
Octal1173003147560242726767
Binary1001111110000001100110011110111001010010111010110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FC0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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