#42B8BA

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

Shades of Viking #42B8BA

Tints of Viking #42B8BA

Color information

#42B8BA (or 0x42B8BA) is unknown color: approx Viking. HEX triplet: 42, B8 and BA. RGB value is (66,184,186). Sum of RGB (Red+Green+Blue) = 66+184+186=436 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.14% from 436); Green value is 184 (72.27% from 255 or 42.20% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #42B8BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B8BA is #BD4745. Grayscale: #949494. Windows color (decimal): -12404550 or 12236866. OLE color: 12236866.

HSL color Cylindrical-coordinate representation of color #42B8BA: hue angle of 181º degrees, saturation: 0.48, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42B8BA is Cyan = 0.65, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB66184186-
CMYK0.650.0100.27
HSL181º47.62%49.41%-
HSV(B)181º64.52%72.94%-
XYZ28.2538.9852.49-
YUV148.95148.9168.84-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15.14%
GREEN value IS 184 (72.27% from 255) = 42.20%
BLUE value IS 186 (73.05% from 255) = 42.66%
R=15.14%
G=42.20%
B=42.66%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661841860.650.0100.2718147.6249.41
Hex42B8BA41101Bb53031
Octal10227027210110332656061
Binary100001010111000101110101000001101101110110101110000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,184,186); }

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

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

 a { background-color: rgb(66,184,186); }

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

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

 span { border-color: rgb(66,184,186); }

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