Html Css Color HEX #37BECA Viking

📋 copy color: '#37BECA'

red 55 ◦ green 190 ◦ blue 202

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

Shades of Viking #37BECA

Tints of Viking #37BECA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.51%

 BLUE value IS 202 (79.3% from 255) = 45.19%

R = 12.3%
G = 42.51%
B = 45.19%

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

#37BECA (or 0x37BECA) is known color: Viking. HEX triplet: 37, BE and CA. RGB value is (55,190,202). Sum of RGB (Red+Green+Blue) = 55+190+202=447 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.30% from 447); Green value is 190 (74.61% from 255 or 42.51% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 202 - color contains mainly: blue. Hex color #37BECA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BECA is #C84135. Grayscale: #969696. Windows color (decimal): -13123894 or 13286967. OLE color: 13286967.

HSL color Cylindrical-coordinate representation of color #37BECA: hue angle of 184.9º degrees, saturation: 0.58, 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 #37BECA is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 55 190 202 -
CMYK 0.73 0.06 0 0.21
HSL 184.9º 0.58% 0.5% -
HSV(B) 184.9º 0.73% 0.79% -
XYZ 30.65 41.9 62.35 -
YUV 151 156.77 59.52 -
System Red Green Blue C M Y K H S L
Decimal 55 190 202 0.73 0.06 0 0.21 184.9 0.58 0.5
Hex 37 BE CA 49 6 0 15 B9 3A 32
Octal 67 276 312 111 6 0 25 271 72 62
Binary 110111 10111110 11001010 1001001 110 0 10101 10111001 111010 110010

Color Harmonies of #37BECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BECA

Black with #37BECA

Text Example


Text Example

White with #37BECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,190,202); }

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

background-color css

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

 a { background-color: rgb(55,190,202); }

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

border-color css

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

 span { border-color: rgb(55,190,202); }

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