Html Css Color HEX #52BEBA Viking

📋 copy color: '#52BEBA'

red 82 ◦ green 190 ◦ blue 186

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

Shades of Viking #52BEBA

Tints of Viking #52BEBA

RGB

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

 GREEN value IS 190 (74.61% from 255) = 41.48%

 BLUE value IS 186 (73.05% from 255) = 40.61%

R = 17.9%
G = 41.48%
B = 40.61%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.02

 K value IS 0.25

RGB Variations

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

Color information

#52BEBA (or 0x52BEBA) is known color: Viking. HEX triplet: 52, BE and BA. RGB value is (82,190,186). Sum of RGB (Red+Green+Blue) = 82+190+186=458 (60% of max value = 765). Red value is 82 (32.42% from 255 or 17.90% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 186 (73.05% from 255 or 40.61% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #52BEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52BEBA is #AD4145. Grayscale: #9D9D9D. Windows color (decimal): -11354438 or 12238418. OLE color: 12238418.

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

Color convert

RGB 82 190 186 -
CMYK 0.57 0 0.02 0.25
HSL 177.78º 0.45% 0.53% -
HSV(B) 177.78º 0.57% 0.75% -
XYZ 30.76 42.17 52.97 -
YUV 157.25 144.22 74.33 -
System Red Green Blue C M Y K H S L
Decimal 82 190 186 0.57 0 0.02 0.25 177.78 0.45 0.53
Hex 52 BE BA 39 0 2 19 B2 2D 35
Octal 122 276 272 71 0 2 31 262 55 65
Binary 1010010 10111110 10111010 111001 0 10 11001 10110010 101101 110101

Color Harmonies of #52BEBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BEBA

Black with #52BEBA

Text Example


Text Example

White with #52BEBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,190,186); }

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

background-color css

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

 a { background-color: rgb(82,190,186); }

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

border-color css

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

 span { border-color: rgb(82,190,186); }

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