Html Css Color HEX #37BDC6 Viking

📋 copy color: '#37BDC6'

red 55 ◦ green 189 ◦ blue 198

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

Shades of Viking #37BDC6

Tints of Viking #37BDC6

RGB

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

 GREEN value IS 189 (74.22% from 255) = 42.76%

 BLUE value IS 198 (77.73% from 255) = 44.8%

R = 12.44%
G = 42.76%
B = 44.8%

CMYK

 C value IS 0.72

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#37BDC6 (or 0x37BDC6) is known color: Viking. HEX triplet: 37, BD and C6. RGB value is (55,189,198). Sum of RGB (Red+Green+Blue) = 55+189+198=442 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.44% from 442); Green value is 189 (74.22% from 255 or 42.76% from 442); Blue value is 198 (77.73% from 255 or 44.80% from 442); Max value from RGB is 198 - color contains mainly: blue. Hex color #37BDC6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BDC6 is #C84239. Grayscale: #959595. Windows color (decimal): -13124154 or 13024567. OLE color: 13024567.

HSL color Cylindrical-coordinate representation of color #37BDC6: hue angle of 183.78º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #37BDC6 is Cyan = 0.72, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 55 189 198 -
CMYK 0.72 0.05 0 0.22
HSL 183.78º 0.57% 0.5% -
HSV(B) 183.78º 0.72% 0.78% -
XYZ 29.97 41.28 59.82 -
YUV 149.96 155.11 60.27 -
System Red Green Blue C M Y K H S L
Decimal 55 189 198 0.72 0.05 0 0.22 183.78 0.57 0.5
Hex 37 BD C6 48 5 0 16 B8 39 32
Octal 67 275 306 110 5 0 26 270 71 62
Binary 110111 10111101 11000110 1001000 101 0 10110 10111000 111001 110010

Color Harmonies of #37BDC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BDC6

Black with #37BDC6

Text Example


Text Example

White with #37BDC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,189,198); }

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

background-color css

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

 a { background-color: rgb(55,189,198); }

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

border-color css

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

 span { border-color: rgb(55,189,198); }

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