Html Css Color HEX #40ABC4 Viking

📋 copy color: '#40ABC4'

red 64 ◦ green 171 ◦ blue 196

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

Shades of Viking #40ABC4

Tints of Viking #40ABC4

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.68%

 BLUE value IS 196 (76.95% from 255) = 45.48%

R = 14.85%
G = 39.68%
B = 45.48%

CMYK

 C value IS 0.67

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#40ABC4 (or 0x40ABC4) is known color: Viking. HEX triplet: 40, AB and C4. RGB value is (64,171,196). Sum of RGB (Red+Green+Blue) = 64+171+196=431 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.85% from 431); Green value is 171 (67.19% from 255 or 39.68% from 431); Blue value is 196 (76.95% from 255 or 45.48% from 431); Max value from RGB is 196 - color contains mainly: blue. Hex color #40ABC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ABC4 is #BF543B. Grayscale: #8D8D8D. Windows color (decimal): -12538940 or 12888896. OLE color: 12888896.

HSL color Cylindrical-coordinate representation of color #40ABC4: hue angle of 191.36º degrees, saturation: 0.53, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #40ABC4 is Cyan = 0.67, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 64 171 196 -
CMYK 0.67 0.13 0 0.23
HSL 191.36º 0.53% 0.51% -
HSV(B) 191.36º 0.67% 0.77% -
XYZ 26.64 34.2 57.42 -
YUV 141.86 158.55 72.47 -
System Red Green Blue C M Y K H S L
Decimal 64 171 196 0.67 0.13 0 0.23 191.36 0.53 0.51
Hex 40 AB C4 43 D 0 17 BF 35 33
Octal 100 253 304 103 15 0 27 277 65 63
Binary 1000000 10101011 11000100 1000011 1101 0 10111 10111111 110101 110011

Color Harmonies of #40ABC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ABC4

Black with #40ABC4

Text Example


Text Example

White with #40ABC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,171,196); }

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

background-color css

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

 a { background-color: rgb(64,171,196); }

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

border-color css

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

 span { border-color: rgb(64,171,196); }

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