#4CC1CB

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

Shades of Viking #4CC1CB

Tints of Viking #4CC1CB

Color information

#4CC1CB (or 0x4CC1CB) is unknown color: approx Viking. HEX triplet: 4C, C1 and CB. RGB value is (76,193,203). Sum of RGB (Red+Green+Blue) = 76+193+203=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 203 (79.69% from 255 or 43.01% from 472); Max value from RGB is 203 - color contains mainly: blue. Hex color #4CC1CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CC1CB is #B33E34. Grayscale: #9F9F9F. Windows color (decimal): -11746869 or 13353292. OLE color: 13353292.

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

Color convert

RGB76193203-
CMYK0.630.0500.20
HSL184.72º54.98%54.71%-
HSV(B)184.72º62.56%79.61%-
XYZ32.8343.9963.26-
YUV159.16152.7468.69-

RGB Variations

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

RGB

RED value IS 76 (30.08% from 255) = 16.10%
GREEN value IS 193 (75.78% from 255) = 40.89%
BLUE value IS 203 (79.69% from 255) = 43.01%
R=16.10%
G=40.89%
B=43.01%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal761932030.630.0500.20184.7254.9854.71
Hex4CC1CB3F5014b93737
Octal1143013137750242716767
Binary1001100110000011100101111111110101010010111001110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CC1CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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