#4CC0CD

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

Shades of Viking #4CC0CD

Tints of Viking #4CC0CD

Color information

#4CC0CD (or 0x4CC0CD) is unknown color: approx Viking. HEX triplet: 4C, C0 and CD. RGB value is (76,192,205). Sum of RGB (Red+Green+Blue) = 76+192+205=473 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.07% from 473); Green value is 192 (75.39% from 255 or 40.59% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 205 - color contains mainly: blue. Hex color #4CC0CD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC0CD is #B33F32. Grayscale: #9E9E9E. Windows color (decimal): -11747123 or 13484108. OLE color: 13484108.

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

Color convert

RGB76192205-
CMYK0.630.0600.20
HSL186.05º56.33%55.1%-
HSV(B)186.05º62.93%80.39%-
XYZ32.8543.6464.45-
YUV158.8154.0768.94-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.07%
GREEN value IS 192 (75.39% from 255) = 40.59%
BLUE value IS 205 (80.47% from 255) = 43.34%
R=16.07%
G=40.59%
B=43.34%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761922050.630.0600.20186.0556.3355.1
Hex4CC0CD3F6014ba3837
Octal1143003157760242727067
Binary1001100110000001100110111111111001010010111010111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC0CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(76,192,205); }

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

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

 a { background-color: rgb(76,192,205); }

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

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

 span { border-color: rgb(76,192,205); }

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