Html Css Color HEX #52BBC0 Viking

📋 copy color: '#52BBC0'

red 82 ◦ green 187 ◦ blue 192

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

Shades of Viking #52BBC0

Tints of Viking #52BBC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.65%

R = 17.79%
G = 40.56%
B = 41.65%

CMYK

 C value IS 0.57

 M value IS 0.03

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#52BBC0 (or 0x52BBC0) is known color: Viking. HEX triplet: 52, BB and C0. RGB value is (82,187,192). Sum of RGB (Red+Green+Blue) = 82+187+192=461 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.79% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 192 (75.39% from 255 or 41.65% from 461); Max value from RGB is 192 - color contains mainly: blue. Hex color #52BBC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBC0 is #AD443F. Grayscale: #9C9C9C. Windows color (decimal): -11355200 or 12630866. OLE color: 12630866.

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

Color convert

RGB 82 187 192 -
CMYK 0.57 0.03 0 0.25
HSL 182.73º 0.47% 0.54% -
HSV(B) 182.73º 0.57% 0.75% -
XYZ 30.76 41.14 56.19 -
YUV 156.18 148.21 75.09 -
System Red Green Blue C M Y K H S L
Decimal 82 187 192 0.57 0.03 0 0.25 182.73 0.47 0.54
Hex 52 BB C0 39 3 0 19 B7 2F 36
Octal 122 273 300 71 3 0 31 267 57 66
Binary 1010010 10111011 11000000 111001 11 0 11001 10110111 101111 110110

Color Harmonies of #52BBC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBC0

Black with #52BBC0

Text Example


Text Example

White with #52BBC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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