Html Css Color HEX #4FC1CB Viking

📋 copy color: '#4FC1CB'

red 79 ◦ green 193 ◦ blue 203

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

Shades of Viking #4FC1CB

Tints of Viking #4FC1CB

RGB

 RED value IS 79 (31.25% from 255) = 16.63%

 GREEN value IS 193 (75.78% from 255) = 40.63%

 BLUE value IS 203 (79.69% from 255) = 42.74%

R = 16.63%
G = 40.63%
B = 42.74%

CMYK

 C value IS 0.61

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4FC1CB (or 0x4FC1CB) is known color: Viking. HEX triplet: 4F, C1 and CB. RGB value is (79,193,203). Sum of RGB (Red+Green+Blue) = 79+193+203=475 (62% of max value = 765). Red value is 79 (31.25% from 255 or 16.63% from 475); Green value is 193 (75.78% from 255 or 40.63% from 475); Blue value is 203 (79.69% from 255 or 42.74% from 475); Max value from RGB is 203 - color contains mainly: blue. Hex color #4FC1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FC1CB is #B03E34. Grayscale: #9F9F9F. Windows color (decimal): -11550261 or 13353295. OLE color: 13353295.

HSL color Cylindrical-coordinate representation of color #4FC1CB: hue angle of 184.84º degrees, saturation: 0.54, 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 #4FC1CB is Cyan = 0.61, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 79 193 203 -
CMYK 0.61 0.05 0 0.20
HSL 184.84º 0.54% 0.55% -
HSV(B) 184.84º 0.61% 0.8% -
XYZ 33.07 44.11 63.27 -
YUV 160.05 152.23 70.19 -
System Red Green Blue C M Y K H S L
Decimal 79 193 203 0.61 0.05 0 0.20 184.84 0.54 0.55
Hex 4F C1 CB 3D 5 0 14 B9 36 37
Octal 117 301 313 75 5 0 24 271 66 67
Binary 1001111 11000001 11001011 111101 101 0 10100 10111001 110110 110111

Color Harmonies of #4FC1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FC1CB

Black with #4FC1CB

Text Example


Text Example

White with #4FC1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,193,203); }

 H1.HeaderClassName
 {
   color: #4FC1CB;
 }
 .AnyTagClassName
 {
   color: #4FC1CB;
 }
</style>

background-color css

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

 a { background-color: rgb(79,193,203); }

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

border-color css

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

 span { border-color: rgb(79,193,203); }

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