Html Css Color HEX #41ACBC Viking

📋 copy color: '#41ACBC'

red 65 ◦ green 172 ◦ blue 188

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

Shades of Viking #41ACBC

Tints of Viking #41ACBC

RGB

 RED value IS 65 (25.78% from 255) = 15.29%

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

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

R = 15.29%
G = 40.47%
B = 44.24%

CMYK

 C value IS 0.65

 M value IS 0.09

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#41ACBC (or 0x41ACBC) is known color: Viking. HEX triplet: 41, AC and BC. RGB value is (65,172,188). Sum of RGB (Red+Green+Blue) = 65+172+188=425 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.29% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 188 (73.83% from 255 or 44.24% from 425); Max value from RGB is 188 - color contains mainly: blue. Hex color #41ACBC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #41ACBC is #BE5343. Grayscale: #8D8D8D. Windows color (decimal): -12473156 or 12364865. OLE color: 12364865.

HSL color Cylindrical-coordinate representation of color #41ACBC: hue angle of 187.8º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #41ACBC is Cyan = 0.65, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 65 172 188 -
CMYK 0.65 0.09 0 0.26
HSL 187.8º 0.49% 0.5% -
HSV(B) 187.8º 0.65% 0.74% -
XYZ 26.01 34.26 52.82 -
YUV 141.83 154.05 73.2 -
System Red Green Blue C M Y K H S L
Decimal 65 172 188 0.65 0.09 0 0.26 187.8 0.49 0.5
Hex 41 AC BC 41 9 0 1A BC 31 32
Octal 101 254 274 101 11 0 32 274 61 62
Binary 1000001 10101100 10111100 1000001 1001 0 11010 10111100 110001 110010

Color Harmonies of #41ACBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41ACBC

Black with #41ACBC

Text Example


Text Example

White with #41ACBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41ACBC; }

 p { color: rgb(65,172,188); }

 H1.HeaderClassName
 {
   color: #41ACBC;
 }
 .AnyTagClassName
 {
   color: #41ACBC;
 }
</style>

background-color css

<style>
 a { background-color: #41ACBC; }

 a { background-color: rgb(65,172,188); }

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

border-color css

<style>
 span { border-color: #41ACBC; }

 span { border-color: rgb(65,172,188); }

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