Html Css Color HEX #37AEBA Viking

📋 copy color: '#37AEBA'

red 55 ◦ green 174 ◦ blue 186

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

Shades of Viking #37AEBA

Tints of Viking #37AEBA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.93%

 BLUE value IS 186 (73.05% from 255) = 44.82%

R = 13.25%
G = 41.93%
B = 44.82%

CMYK

 C value IS 0.70

 M value IS 0.06

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#37AEBA (or 0x37AEBA) is known color: Viking. HEX triplet: 37, AE and BA. RGB value is (55,174,186). Sum of RGB (Red+Green+Blue) = 55+174+186=415 (54% of max value = 765). Red value is 55 (21.88% from 255 or 13.25% from 415); Green value is 174 (68.36% from 255 or 41.93% from 415); Blue value is 186 (73.05% from 255 or 44.82% from 415); Max value from RGB is 186 - color contains mainly: blue. Hex color #37AEBA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #37AEBA is #C85145. Grayscale: #8B8B8B. Windows color (decimal): -13128006 or 12234295. OLE color: 12234295.

HSL color Cylindrical-coordinate representation of color #37AEBA: hue angle of 185.5º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #37AEBA is Cyan = 0.70, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 55 174 186 -
CMYK 0.70 0.06 0 0.27
HSL 185.5º 0.54% 0.47% -
HSV(B) 185.5º 0.7% 0.73% -
XYZ 25.57 34.63 51.79 -
YUV 139.79 154.08 67.52 -
System Red Green Blue C M Y K H S L
Decimal 55 174 186 0.70 0.06 0 0.27 185.5 0.54 0.47
Hex 37 AE BA 46 6 0 1B B9 36 2F
Octal 67 256 272 106 6 0 33 271 66 57
Binary 110111 10101110 10111010 1000110 110 0 11011 10111001 110110 101111

Color Harmonies of #37AEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37AEBA

Black with #37AEBA

Text Example


Text Example

White with #37AEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,174,186); }

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

background-color css

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

 a { background-color: rgb(55,174,186); }

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

border-color css

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

 span { border-color: rgb(55,174,186); }

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