Html Css Color HEX #52BBC1 Viking

📋 copy color: '#52BBC1'

red 82 ◦ green 187 ◦ blue 193

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

Shades of Viking #52BBC1

Tints of Viking #52BBC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 41.77%

R = 17.75%
G = 40.48%
B = 41.77%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#52BBC1 (or 0x52BBC1) is known color: Viking. HEX triplet: 52, BB and C1. RGB value is (82,187,193). Sum of RGB (Red+Green+Blue) = 82+187+193=462 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.75% from 462); Green value is 187 (73.44% from 255 or 40.48% from 462); Blue value is 193 (75.78% from 255 or 41.77% from 462); Max value from RGB is 193 - color contains mainly: blue. Hex color #52BBC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BBC1 is #AD443E. Grayscale: #9C9C9C. Windows color (decimal): -11355199 or 12696402. OLE color: 12696402.

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

Color convert

RGB 82 187 193 -
CMYK 0.58 0.03 0 0.24
HSL 183.24º 0.47% 0.54% -
HSV(B) 183.24º 0.58% 0.76% -
XYZ 30.88 41.18 56.77 -
YUV 156.29 148.71 75.01 -
System Red Green Blue C M Y K H S L
Decimal 82 187 193 0.58 0.03 0 0.24 183.24 0.47 0.54
Hex 52 BB C1 3A 3 0 18 B7 2F 36
Octal 122 273 301 72 3 0 30 267 57 66
Binary 1010010 10111011 11000001 111010 11 0 11000 10110111 101111 110110

Color Harmonies of #52BBC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BBC1

Black with #52BBC1

Text Example


Text Example

White with #52BBC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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