Html Css Color HEX #37BDC9 Viking

📋 copy color: '#37BDC9'

red 55 ◦ green 189 ◦ blue 201

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

Shades of Viking #37BDC9

Tints of Viking #37BDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.17%

R = 12.36%
G = 42.47%
B = 45.17%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#37BDC9 (or 0x37BDC9) is known color: Viking. HEX triplet: 37, BD and C9. RGB value is (55,189,201). Sum of RGB (Red+Green+Blue) = 55+189+201=445 (58% of max value = 765). Red value is 55 (21.88% from 255 or 12.36% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 201 (78.91% from 255 or 45.17% from 445); Max value from RGB is 201 - color contains mainly: blue. Hex color #37BDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BDC9 is #C84236. Grayscale: #969696. Windows color (decimal): -13124151 or 13221175. OLE color: 13221175.

HSL color Cylindrical-coordinate representation of color #37BDC9: hue angle of 184.93º degrees, saturation: 0.57, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37BDC9 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 189 201 -
CMYK 0.73 0.06 0 0.21
HSL 184.93º 0.57% 0.5% -
HSV(B) 184.93º 0.73% 0.79% -
XYZ 30.32 41.42 61.66 -
YUV 150.3 156.61 60.02 -
System Red Green Blue C M Y K H S L
Decimal 55 189 201 0.73 0.06 0 0.21 184.93 0.57 0.5
Hex 37 BD C9 49 6 0 15 B9 39 32
Octal 67 275 311 111 6 0 25 271 71 62
Binary 110111 10111101 11001001 1001001 110 0 10101 10111001 111001 110010

Color Harmonies of #37BDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BDC9

Black with #37BDC9

Text Example


Text Example

White with #37BDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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