#42BBBB

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

Shades of Viking #42BBBB

Tints of Viking #42BBBB

Color information

#42BBBB (or 0x42BBBB) is unknown color: approx Viking. HEX triplet: 42, BB and BB. RGB value is (66,187,187). Sum of RGB (Red+Green+Blue) = 66+187+187=440 (58% of max value = 765). Red value is 66 (26.17% from 255 or 15% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 187 (73.44% from 255 or 42.5% from 440); Max value from RGB is 187 - color contains mainly: green, blue. Hex color #42BBBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42BBBB is #BD4444. Grayscale: #969696. Windows color (decimal): -12403781 or 12303170. OLE color: 12303170.

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

Color convert

RGB66187187-
CMYK0.65000.27
HSL180º47.83%49.61%-
HSV(B)180º64.71%73.33%-
XYZ28.9940.2953.26-
YUV150.82148.4167.5-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 15%
GREEN value IS 187 (73.44% from 255) = 42.5%
BLUE value IS 187 (73.44% from 255) = 42.5%
R=15%
G=42.5%
B=42.5%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal661871870.65000.2718047.8349.61
Hex42BBBB41001Bb43032
Octal10227327310100332646062
Binary100001010111011101110111000001001101110110100110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42BBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,187,187); }

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

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

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

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

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

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

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