Html Css Color HEX #52BDBB Viking

📋 copy color: '#52BDBB'

red 82 ◦ green 189 ◦ blue 187

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

Shades of Viking #52BDBB

Tints of Viking #52BDBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 40.83%

R = 17.9%
G = 41.27%
B = 40.83%

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

#52BDBB (or 0x52BDBB) is known color: Viking. HEX triplet: 52, BD and BB. RGB value is (82,189,187). Sum of RGB (Red+Green+Blue) = 82+189+187=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 189 (74.22% from 255 or 41.27% from 458); Blue value is 187 (73.44% from 255 or 40.83% from 458); Max value from RGB is 189 - color contains mainly: green. Hex color #52BDBB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BDBB is #AD4244. Grayscale: #9C9C9C. Windows color (decimal): -11354693 or 12303698. OLE color: 12303698.

HSL color Cylindrical-coordinate representation of color #52BDBB: hue angle of 178.88º 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 #52BDBB is Cyan = 0.57, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 189 187 -
CMYK 0.57 0 0.01 0.26
HSL 178.88º 0.45% 0.53% -
HSV(B) 178.88º 0.57% 0.74% -
XYZ 30.65 41.78 53.46 -
YUV 156.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 82 189 187 0.57 0 0.01 0.26 178.88 0.45 0.53
Hex 52 BD BB 39 0 1 1A B3 2D 35
Octal 122 275 273 71 0 1 32 263 55 65
Binary 1010010 10111101 10111011 111001 0 1 11010 10110011 101101 110101

Color Harmonies of #52BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BDBB

Black with #52BDBB

Text Example


Text Example

White with #52BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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