Html Css Color HEX #40ADB5 Viking

📋 copy color: '#40ADB5'

red 64 ◦ green 173 ◦ blue 181

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

Shades of Viking #40ADB5

Tints of Viking #40ADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.39%

 BLUE value IS 181 (71.09% from 255) = 43.3%

R = 15.31%
G = 41.39%
B = 43.3%

CMYK

 C value IS 0.65

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#40ADB5 (or 0x40ADB5) is known color: Viking. HEX triplet: 40, AD and B5. RGB value is (64,173,181). Sum of RGB (Red+Green+Blue) = 64+173+181=418 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.31% from 418); Green value is 173 (67.97% from 255 or 41.39% from 418); Blue value is 181 (71.09% from 255 or 43.30% from 418); Max value from RGB is 181 - color contains mainly: blue. Hex color #40ADB5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADB5 is #BF524A. Grayscale: #8D8D8D. Windows color (decimal): -12538443 or 11906368. OLE color: 11906368.

HSL color Cylindrical-coordinate representation of color #40ADB5: hue angle of 184.1º degrees, saturation: 0.48, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #40ADB5 is Cyan = 0.65, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 64 173 181 -
CMYK 0.65 0.04 0 0.29
HSL 184.1º 0.48% 0.48% -
HSV(B) 184.1º 0.65% 0.71% -
XYZ 25.4 34.31 49 -
YUV 141.32 150.39 72.85 -
System Red Green Blue C M Y K H S L
Decimal 64 173 181 0.65 0.04 0 0.29 184.1 0.48 0.48
Hex 40 AD B5 41 4 0 1D B8 30 30
Octal 100 255 265 101 4 0 35 270 60 60
Binary 1000000 10101101 10110101 1000001 100 0 11101 10111000 110000 110000

Color Harmonies of #40ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADB5

Black with #40ADB5

Text Example


Text Example

White with #40ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,173,181); }

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

background-color css

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

 a { background-color: rgb(64,173,181); }

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

border-color css

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

 span { border-color: rgb(64,173,181); }

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