Html Css Color HEX #37BBBC Viking

📋 copy color: '#37BBBC'

red 55 ◦ green 187 ◦ blue 188

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

Shades of Viking #37BBBC

Tints of Viking #37BBBC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 43.49%

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

R = 12.79%
G = 43.49%
B = 43.72%

CMYK

 C value IS 0.71

 M value IS 0.01

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#37BBBC (or 0x37BBBC) is known color: Viking. HEX triplet: 37, BB and BC. RGB value is (55,187,188). Sum of RGB (Red+Green+Blue) = 55+187+188=430 (56% of max value = 765). Red value is 55 (21.88% from 255 or 12.79% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 188 (73.83% from 255 or 43.72% from 430); Max value from RGB is 188 - color contains mainly: blue. Hex color #37BBBC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BBBC is #C84443. Grayscale: #939393. Windows color (decimal): -13124676 or 12368695. OLE color: 12368695.

HSL color Cylindrical-coordinate representation of color #37BBBC: hue angle of 180.45º degrees, saturation: 0.55, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #37BBBC is Cyan = 0.71, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 55 187 188 -
CMYK 0.71 0.01 0 0.26
HSL 180.45º 0.55% 0.48% -
HSV(B) 180.45º 0.71% 0.74% -
XYZ 28.42 39.98 53.8 -
YUV 147.65 150.77 61.92 -
System Red Green Blue C M Y K H S L
Decimal 55 187 188 0.71 0.01 0 0.26 180.45 0.55 0.48
Hex 37 BB BC 47 1 0 1A B4 37 30
Octal 67 273 274 107 1 0 32 264 67 60
Binary 110111 10111011 10111100 1000111 1 0 11010 10110100 110111 110000

Color Harmonies of #37BBBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BBBC

Black with #37BBBC

Text Example


Text Example

White with #37BBBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,187,188); }

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

background-color css

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

 a { background-color: rgb(55,187,188); }

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

border-color css

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

 span { border-color: rgb(55,187,188); }

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