Html Css Color HEX #37ACC5 Viking

📋 copy color: '#37ACC5'

red 55 ◦ green 172 ◦ blue 197

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

Shades of Viking #37ACC5

Tints of Viking #37ACC5

RGB

 RED value IS 55 (21.88% from 255) = 12.97%

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

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

R = 12.97%
G = 40.57%
B = 46.46%

CMYK

 C value IS 0.72

 M value IS 0.13

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#37ACC5 (or 0x37ACC5) is known color: Viking. HEX triplet: 37, AC and C5. RGB value is (55,172,197). Sum of RGB (Red+Green+Blue) = 55+172+197=424 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.97% from 424); Green value is 172 (67.58% from 255 or 40.57% from 424); Blue value is 197 (77.34% from 255 or 46.46% from 424); Max value from RGB is 197 - color contains mainly: blue. Hex color #37ACC5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37ACC5 is #C8533A. Grayscale: #8B8B8B. Windows color (decimal): -13128507 or 12954679. OLE color: 12954679.

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

Color convert

RGB 55 172 197 -
CMYK 0.72 0.13 0 0.23
HSL 190.56º 0.56% 0.49% -
HSV(B) 190.56º 0.72% 0.77% -
XYZ 26.41 34.35 58.06 -
YUV 139.87 160.24 67.47 -
System Red Green Blue C M Y K H S L
Decimal 55 172 197 0.72 0.13 0 0.23 190.56 0.56 0.49
Hex 37 AC C5 48 D 0 17 BF 38 31
Octal 67 254 305 110 15 0 27 277 70 61
Binary 110111 10101100 11000101 1001000 1101 0 10111 10111111 111000 110001

Color Harmonies of #37ACC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ACC5

Black with #37ACC5

Text Example


Text Example

White with #37ACC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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