Html Css Color HEX #52BDBC Viking

📋 copy color: '#52BDBC'

red 82 ◦ green 189 ◦ blue 188

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

Shades of Viking #52BDBC

Tints of Viking #52BDBC

RGB

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

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

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

R = 17.86%
G = 41.18%
B = 40.96%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#52BDBC (or 0x52BDBC) is known color: Viking. HEX triplet: 52, BD and BC. RGB value is (82,189,188). Sum of RGB (Red+Green+Blue) = 82+189+188=459 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.86% from 459); Green value is 189 (74.22% from 255 or 41.18% from 459); Blue value is 188 (73.83% from 255 or 40.96% from 459); Max value from RGB is 189 - color contains mainly: green. Hex color #52BDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDBC is #AD4243. Grayscale: #9C9C9C. Windows color (decimal): -11354692 or 12369234. OLE color: 12369234.

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

Color convert

RGB 82 189 188 -
CMYK 0.57 0 0.01 0.26
HSL 179.44º 0.45% 0.53% -
HSV(B) 179.44º 0.57% 0.74% -
XYZ 30.75 41.82 54.03 -
YUV 156.89 145.55 74.58 -
System Red Green Blue C M Y K H S L
Decimal 82 189 188 0.57 0 0.01 0.26 179.44 0.45 0.53
Hex 52 BD BC 39 0 1 1A B3 2D 35
Octal 122 275 274 71 0 1 32 263 55 65
Binary 1010010 10111101 10111100 111001 0 1 11010 10110011 101101 110101

Color Harmonies of #52BDBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BDBC

Black with #52BDBC

Text Example


Text Example

White with #52BDBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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