Html Css Color HEX #4DC1CC Viking

📋 copy color: '#4DC1CC'

red 77 ◦ green 193 ◦ blue 204

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

Shades of Viking #4DC1CC

Tints of Viking #4DC1CC

RGB

 RED value IS 77 (30.47% from 255) = 16.24%

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

 BLUE value IS 204 (80.08% from 255) = 43.04%

R = 16.24%
G = 40.72%
B = 43.04%

CMYK

 C value IS 0.62

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4DC1CC (or 0x4DC1CC) is known color: Viking. HEX triplet: 4D, C1 and CC. RGB value is (77,193,204). Sum of RGB (Red+Green+Blue) = 77+193+204=474 (62% of max value = 765). Red value is 77 (30.47% from 255 or 16.24% from 474); Green value is 193 (75.78% from 255 or 40.72% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 204 - color contains mainly: blue. Hex color #4DC1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DC1CC is #B23E33. Grayscale: #9F9F9F. Windows color (decimal): -11681332 or 13418829. OLE color: 13418829.

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

Color convert

RGB 77 193 204 -
CMYK 0.62 0.05 0 0.2
HSL 185.2º 0.55% 0.55% -
HSV(B) 185.2º 0.62% 0.8% -
XYZ 33.03 44.08 63.89 -
YUV 159.57 153.07 69.11 -
System Red Green Blue C M Y K H S L
Decimal 77 193 204 0.62 0.05 0 0.2 185.2 0.55 0.55
Hex 4D C1 CC 3E 5 0 14 B9 37 37
Octal 115 301 314 76 5 0 24 271 67 67
Binary 1001101 11000001 11001100 111110 101 0 10100 10111001 110111 110111

Color Harmonies of #4DC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DC1CC

Black with #4DC1CC

Text Example


Text Example

White with #4DC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,193,204); }

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

background-color css

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

 a { background-color: rgb(77,193,204); }

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

border-color css

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

 span { border-color: rgb(77,193,204); }

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