Html Css Color HEX #42B4BB Viking

📋 copy color: '#42B4BB'

red 66 ◦ green 180 ◦ blue 187

#42B4BB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Viking #42B4BB

Tints of Viking #42B4BB

RGB

 RED value IS 66 (26.17% from 255) = 15.24%

 GREEN value IS 180 (70.7% from 255) = 41.57%

 BLUE value IS 187 (73.44% from 255) = 43.19%

R = 15.24%
G = 41.57%
B = 43.19%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#42B4BB (or 0x42B4BB) is known color: Viking. HEX triplet: 42, B4 and BB. RGB value is (66,180,187). Sum of RGB (Red+Green+Blue) = 66+180+187=433 (57% of max value = 765). Red value is 66 (26.17% from 255 or 15.24% from 433); Green value is 180 (70.70% from 255 or 41.57% from 433); Blue value is 187 (73.44% from 255 or 43.19% from 433); Max value from RGB is 187 - color contains mainly: blue. Hex color #42B4BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42B4BB is #BD4B44. Grayscale: #929292. Windows color (decimal): -12405573 or 12301378. OLE color: 12301378.

HSL color Cylindrical-coordinate representation of color #42B4BB: hue angle of 183.47º 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 #42B4BB is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 66 180 187 -
CMYK 0.65 0.04 0 0.27
HSL 183.47º 0.48% 0.5% -
HSV(B) 183.47º 0.65% 0.73% -
XYZ 27.54 37.39 52.78 -
YUV 146.71 150.73 70.43 -
System Red Green Blue C M Y K H S L
Decimal 66 180 187 0.65 0.04 0 0.27 183.47 0.48 0.5
Hex 42 B4 BB 41 4 0 1B B7 30 32
Octal 102 264 273 101 4 0 33 267 60 62
Binary 1000010 10110100 10111011 1000001 100 0 11011 10110111 110000 110010

Color Harmonies of #42B4BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B4BB

Black with #42B4BB

Text Example


Text Example

White with #42B4BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #42B4BB;
 }
 .AnyTagClassName
 {
   color: #42B4BB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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