Html Css Color HEX #52BEBD Viking

📋 copy color: '#52BEBD'

red 82 ◦ green 190 ◦ blue 189

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

Shades of Viking #52BEBD

Tints of Viking #52BEBD

RGB

 RED value IS 82 (32.42% from 255) = 17.79%

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

 BLUE value IS 189 (74.22% from 255) = 41%

R = 17.79%
G = 41.21%
B = 41%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.25

RGB Variations

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

Color information

#52BEBD (or 0x52BEBD) is known color: Viking. HEX triplet: 52, BE and BD. RGB value is (82,190,189). Sum of RGB (Red+Green+Blue) = 82+190+189=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 190 (74.61% from 255 or 41.21% from 461); Blue value is 189 (74.22% from 255 or 41.00% from 461); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEBD is #AD4142. Grayscale: #9D9D9D. Windows color (decimal): -11354435 or 12435026. OLE color: 12435026.

HSL color Cylindrical-coordinate representation of color #52BEBD: hue angle of 179.44º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #52BEBD is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB 82 190 189 -
CMYK 0.57 0 0.01 0.25
HSL 179.44º 0.45% 0.53% -
HSV(B) 179.44º 0.57% 0.75% -
XYZ 31.08 42.29 54.67 -
YUV 157.59 145.72 74.08 -
System Red Green Blue C M Y K H S L
Decimal 82 190 189 0.57 0 0.01 0.25 179.44 0.45 0.53
Hex 52 BE BD 39 0 1 19 B3 2D 35
Octal 122 276 275 71 0 1 31 263 55 65
Binary 1010010 10111110 10111101 111001 0 1 11001 10110011 101101 110101

Color Harmonies of #52BEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BEBD

Black with #52BEBD

Text Example


Text Example

White with #52BEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52BEBD; }

 p { color: rgb(82,190,189); }

 H1.HeaderClassName
 {
   color: #52BEBD;
 }
 .AnyTagClassName
 {
   color: #52BEBD;
 }
</style>

background-color css

<style>
 a { background-color: #52BEBD; }

 a { background-color: rgb(82,190,189); }

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

border-color css

<style>
 span { border-color: #52BEBD; }

 span { border-color: rgb(82,190,189); }

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