Html Css Color HEX #52C1CB Viking

📋 copy color: '#52C1CB'

red 82 ◦ green 193 ◦ blue 203

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

Shades of Viking #52C1CB

Tints of Viking #52C1CB

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.38%

 BLUE value IS 203 (79.69% from 255) = 42.47%

R = 17.15%
G = 40.38%
B = 42.47%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#52C1CB (or 0x52C1CB) is known color: Viking. HEX triplet: 52, C1 and CB. RGB value is (82,193,203). Sum of RGB (Red+Green+Blue) = 82+193+203=478 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.15% from 478); Green value is 193 (75.78% from 255 or 40.38% from 478); Blue value is 203 (79.69% from 255 or 42.47% from 478); Max value from RGB is 203 - color contains mainly: blue. Hex color #52C1CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C1CB is #AD3E34. Grayscale: #A0A0A0. Windows color (decimal): -11353653 or 13353298. OLE color: 13353298.

HSL color Cylindrical-coordinate representation of color #52C1CB: hue angle of 184.96º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52C1CB is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 193 203 -
CMYK 0.60 0.05 0 0.20
HSL 184.96º 0.54% 0.56% -
HSV(B) 184.96º 0.6% 0.8% -
XYZ 33.33 44.25 63.28 -
YUV 160.95 151.73 71.69 -
System Red Green Blue C M Y K H S L
Decimal 82 193 203 0.60 0.05 0 0.20 184.96 0.54 0.56
Hex 52 C1 CB 3C 5 0 14 B9 36 38
Octal 122 301 313 74 5 0 24 271 66 70
Binary 1010010 11000001 11001011 111100 101 0 10100 10111001 110110 111000

Color Harmonies of #52C1CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C1CB

Black with #52C1CB

Text Example


Text Example

White with #52C1CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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