Html Css Color HEX #40ACC5 Viking

📋 copy color: '#40ACC5'

red 64 ◦ green 172 ◦ blue 197

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

Shades of Viking #40ACC5

Tints of Viking #40ACC5

RGB

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

 GREEN value IS 172 (67.58% from 255) = 39.72%

 BLUE value IS 197 (77.34% from 255) = 45.5%

R = 14.78%
G = 39.72%
B = 45.5%

CMYK

 C value IS 0.68

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#40ACC5 (or 0x40ACC5) is known color: Viking. HEX triplet: 40, AC and C5. RGB value is (64,172,197). Sum of RGB (Red+Green+Blue) = 64+172+197=433 (57% of max value = 765). Red value is 64 (25.39% from 255 or 14.78% from 433); Green value is 172 (67.58% from 255 or 39.72% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #40ACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #40ACC5 is #BF533A. Grayscale: #8E8E8E. Windows color (decimal): -12538683 or 12954688. OLE color: 12954688.

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

Color convert

RGB 64 172 197 -
CMYK 0.68 0.13 0 0.23
HSL 191.28º 0.53% 0.51% -
HSV(B) 191.28º 0.68% 0.77% -
XYZ 26.94 34.63 58.09 -
YUV 142.56 158.72 71.97 -
System Red Green Blue C M Y K H S L
Decimal 64 172 197 0.68 0.13 0 0.23 191.28 0.53 0.51
Hex 40 AC C5 44 D 0 17 BF 35 33
Octal 100 254 305 104 15 0 27 277 65 63
Binary 1000000 10101100 11000101 1000100 1101 0 10111 10111111 110101 110011

Color Harmonies of #40ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #40ACC5

Black with #40ACC5

Text Example


Text Example

White with #40ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,172,197); }

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

background-color css

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

 a { background-color: rgb(64,172,197); }

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

border-color css

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

 span { border-color: rgb(64,172,197); }

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