Html Css Color HEX #40ADBE Viking

📋 copy color: '#40ADBE'

red 64 ◦ green 173 ◦ blue 190

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

Shades of Viking #40ADBE

Tints of Viking #40ADBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 44.5%

R = 14.99%
G = 40.52%
B = 44.5%

CMYK

 C value IS 0.66

 M value IS 0.09

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#40ADBE (or 0x40ADBE) is known color: Viking. HEX triplet: 40, AD and BE. RGB value is (64,173,190). Sum of RGB (Red+Green+Blue) = 64+173+190=427 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.99% from 427); Green value is 173 (67.97% from 255 or 40.52% from 427); Blue value is 190 (74.61% from 255 or 44.50% from 427); Max value from RGB is 190 - color contains mainly: blue. Hex color #40ADBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ADBE is #BF5241. Grayscale: #8E8E8E. Windows color (decimal): -12538434 or 12496192. OLE color: 12496192.

HSL color Cylindrical-coordinate representation of color #40ADBE: hue angle of 188.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #40ADBE is Cyan = 0.66, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 64 173 190 -
CMYK 0.66 0.09 0 0.25
HSL 188.1º 0.5% 0.5% -
HSV(B) 188.1º 0.66% 0.75% -
XYZ 26.35 34.69 54.02 -
YUV 142.35 154.89 72.12 -
System Red Green Blue C M Y K H S L
Decimal 64 173 190 0.66 0.09 0 0.25 188.1 0.5 0.5
Hex 40 AD BE 42 9 0 19 BC 32 32
Octal 100 255 276 102 11 0 31 274 62 62
Binary 1000000 10101101 10111110 1000010 1001 0 11001 10111100 110010 110010

Color Harmonies of #40ADBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ADBE

Black with #40ADBE

Text Example


Text Example

White with #40ADBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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