#42BDBF

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

Shades of Viking #42BDBF

Tints of Viking #42BDBF

Color information

#42BDBF (or 0x42BDBF) is unknown color: approx Viking. HEX triplet: 42, BD and BF. RGB value is (66,189,191). Sum of RGB (Red+Green+Blue) = 66+189+191=446 (59% of max value = 765). Red value is 66 (26.17% from 255 or 14.80% from 446); Green value is 189 (74.22% from 255 or 42.38% from 446); Blue value is 191 (75% from 255 or 42.83% from 446); Max value from RGB is 191 - color contains mainly: blue. Hex color #42BDBF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BDBF is #BD4240. Grayscale: #989898. Windows color (decimal): -12403265 or 12565826. OLE color: 12565826.

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

Color convert

RGB66189191-
CMYK0.650.0100.25
HSL180.96º49.41%50.39%-
HSV(B)180.96º65.45%74.9%-
XYZ29.8541.3255.69-
YUV152.45149.7566.34-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 14.80%
GREEN value IS 189 (74.22% from 255) = 42.38%
BLUE value IS 191 (75% from 255) = 42.83%
R=14.80%
G=42.38%
B=42.83%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal661891910.650.0100.25180.9649.4150.39
Hex42BDBF411019b53132
Octal10227527710110312656162
Binary100001010111101101111111000001101100110110101110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BDBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,189,191); }

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

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

 a { background-color: rgb(66,189,191); }

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

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

 span { border-color: rgb(66,189,191); }

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