Html Css Color HEX #4FC0CC Viking

📋 copy color: '#4FC0CC'

red 79 ◦ green 192 ◦ blue 204

#4FC0CC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #4FC0CC

Tints of Viking #4FC0CC

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 value IS 0.61

 M value IS 0.06

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4FC0CC (or 0x4FC0CC) is known color: 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

RGB 79 192 204 -
CMYK 0.61 0.06 0 0.2
HSL 185.76º 0.55% 0.55% -
HSV(B) 185.76º 0.61% 0.8% -
XYZ 32.97 43.72 63.83 -
YUV 159.58 153.06 70.52 -
System Red Green Blue C M Y K H S L
Decimal 79 192 204 0.61 0.06 0 0.2 185.76 0.55 0.55
Hex 4F C0 CC 3D 6 0 14 BA 37 37
Octal 117 300 314 75 6 0 24 272 67 67
Binary 1001111 11000000 11001100 111101 110 0 10100 10111010 110111 110111

Color Harmonies of #4FC0CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC0CC

Black with #4FC0CC

Text Example


Text Example

White with #4FC0CC

Text Example


Text Example

HTML Codes & Css Web 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>