#42ABC4

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

Shades of Viking #42ABC4

Tints of Viking #42ABC4

Color information

#42ABC4 (or 0x42ABC4) is unknown color: approx Viking. HEX triplet: 42, AB and C4. RGB value is (66,171,196). Sum of RGB (Red+Green+Blue) = 66+171+196=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 171 (67.19% from 255 or 39.49% from 433); Blue value is 196 (76.95% from 255 or 45.27% from 433); Max value from RGB is 196 - color contains mainly: blue. Hex color #42ABC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42ABC4 is #BD543B. Grayscale: #8E8E8E. Windows color (decimal): -12407868 or 12888898. OLE color: 12888898.

HSL color Cylindrical-coordinate representation of color #42ABC4: hue angle of 191.54º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42ABC4 is Cyan = 0.66, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB66171196-
CMYK0.660.1300.23
HSL191.54º52.42%51.37%-
HSV(B)191.54º66.33%76.86%-
XYZ26.7734.2757.43-
YUV142.45158.2173.47-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.24%
GREEN value IS 171 (67.19% from 255) = 39.49%
BLUE value IS 196 (76.95% from 255) = 45.27%
R=15.24%
G=39.49%
B=45.27%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal661711960.660.1300.23191.5452.4251.37
Hex42ABC442D017c03433
Octal102253304102150273006463
Binary100001010101011110001001000010110101011111000000110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42ABC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42ABC4; }

 p { color: rgb(66,171,196); }

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

<style>
 a { background-color: #42ABC4; }

 a { background-color: rgb(66,171,196); }

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

<style>
 span { border-color: #42ABC4; }

 span { border-color: rgb(66,171,196); }

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