Html Css Color HEX #42B0BC Viking

📋 copy color: '#42B0BC'

red 66 ◦ green 176 ◦ blue 188

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

Shades of Viking #42B0BC

Tints of Viking #42B0BC

RGB

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

 GREEN value IS 176 (69.14% from 255) = 40.93%

 BLUE value IS 188 (73.83% from 255) = 43.72%

R = 15.35%
G = 40.93%
B = 43.72%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#42B0BC (or 0x42B0BC) is known color: Viking. HEX triplet: 42, B0 and BC. RGB value is (66,176,188). Sum of RGB (Red+Green+Blue) = 66+176+188=430 (56% of max value = 765). Red value is 66 (26.17% from 255 or 15.35% from 430); Green value is 176 (69.14% from 255 or 40.93% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #42B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #42B0BC is #BD4F43. Grayscale: #909090. Windows color (decimal): -12406596 or 12365890. OLE color: 12365890.

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

Color convert

RGB 66 176 188 -
CMYK 0.65 0.06 0 0.26
HSL 185.9º 0.48% 0.5% -
HSV(B) 185.9º 0.65% 0.74% -
XYZ 26.85 35.84 53.08 -
YUV 144.48 152.56 72.02 -
System Red Green Blue C M Y K H S L
Decimal 66 176 188 0.65 0.06 0 0.26 185.9 0.48 0.5
Hex 42 B0 BC 41 6 0 1A BA 30 32
Octal 102 260 274 101 6 0 32 272 60 62
Binary 1000010 10110000 10111100 1000001 110 0 11010 10111010 110000 110010

Color Harmonies of #42B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42B0BC

Black with #42B0BC

Text Example


Text Example

White with #42B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,176,188); }

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

background-color css

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

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

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

border-color css

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

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

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