Html Css Color HEX #40B0BC Viking

📋 copy color: '#40B0BC'

red 64 ◦ green 176 ◦ blue 188

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

Shades of Viking #40B0BC

Tints of Viking #40B0BC

RGB

 RED value IS 64 (25.39% from 255) = 14.95%

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

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

R = 14.95%
G = 41.12%
B = 43.93%

CMYK

 C value IS 0.66

 M value IS 0.06

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#40B0BC (or 0x40B0BC) is known color: Viking. HEX triplet: 40, B0 and BC. RGB value is (64,176,188). Sum of RGB (Red+Green+Blue) = 64+176+188=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 176 (69.14% from 255 or 41.12% from 428); Blue value is 188 (73.83% from 255 or 43.93% from 428); Max value from RGB is 188 - color contains mainly: blue. Hex color #40B0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40B0BC is #BF4F43. Grayscale: #8F8F8F. Windows color (decimal): -12537668 or 12365888. OLE color: 12365888.

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

Color convert

RGB 64 176 188 -
CMYK 0.66 0.06 0 0.26
HSL 185.81º 0.49% 0.49% -
HSV(B) 185.81º 0.66% 0.74% -
XYZ 26.72 35.77 53.07 -
YUV 143.88 152.89 71.02 -
System Red Green Blue C M Y K H S L
Decimal 64 176 188 0.66 0.06 0 0.26 185.81 0.49 0.49
Hex 40 B0 BC 42 6 0 1A BA 31 31
Octal 100 260 274 102 6 0 32 272 61 61
Binary 1000000 10110000 10111100 1000010 110 0 11010 10111010 110001 110001

Color Harmonies of #40B0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40B0BC

Black with #40B0BC

Text Example


Text Example

White with #40B0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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