Html Css Color HEX #52C1CC Viking

📋 copy color: '#52C1CC'

red 82 ◦ green 193 ◦ blue 204

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

Shades of Viking #52C1CC

Tints of Viking #52C1CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 42.59%

R = 17.12%
G = 40.29%
B = 42.59%

CMYK

 C value IS 0.60

 M value IS 0.05

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#52C1CC (or 0x52C1CC) is known color: Viking. HEX triplet: 52, C1 and CC. RGB value is (82,193,204). Sum of RGB (Red+Green+Blue) = 82+193+204=479 (63% of max value = 765). Red value is 82 (32.42% from 255 or 17.12% from 479); Green value is 193 (75.78% from 255 or 40.29% from 479); Blue value is 204 (80.08% from 255 or 42.59% from 479); Max value from RGB is 204 - color contains mainly: blue. Hex color #52C1CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C1CC is #AD3E33. Grayscale: #A0A0A0. Windows color (decimal): -11353652 or 13418834. OLE color: 13418834.

HSL color Cylindrical-coordinate representation of color #52C1CC: hue angle of 185.41º 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 #52C1CC is Cyan = 0.60, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 82 193 204 -
CMYK 0.60 0.05 0 0.2
HSL 185.41º 0.54% 0.56% -
HSV(B) 185.41º 0.6% 0.8% -
XYZ 33.45 44.29 63.91 -
YUV 161.07 152.23 71.61 -
System Red Green Blue C M Y K H S L
Decimal 82 193 204 0.60 0.05 0 0.2 185.41 0.54 0.56
Hex 52 C1 CC 3C 5 0 14 B9 36 38
Octal 122 301 314 74 5 0 24 271 66 70
Binary 1010010 11000001 11001100 111100 101 0 10100 10111001 110110 111000

Color Harmonies of #52C1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52C1CC

Black with #52C1CC

Text Example


Text Example

White with #52C1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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