Html Css Color HEX #52AD94 Keppel

📋 copy color: '#52AD94'

red 82 ◦ green 173 ◦ blue 148

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

Shades of Keppel #52AD94

Tints of Keppel #52AD94

RGB

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

 GREEN value IS 173 (67.97% from 255) = 42.93%

 BLUE value IS 148 (58.2% from 255) = 36.72%

R = 20.35%
G = 42.93%
B = 36.72%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.14

 K value IS 0.32

RGB Variations

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

Color information

#52AD94 (or 0x52AD94) is known color: Keppel. HEX triplet: 52, AD and 94. RGB value is (82,173,148). Sum of RGB (Red+Green+Blue) = 82+173+148=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD94 is #AD526B. Grayscale: #8E8E8E. Windows color (decimal): -11358828 or 9743698. OLE color: 9743698.

HSL color Cylindrical-coordinate representation of color #52AD94: hue angle of 163.52º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AD94 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 148 -
CMYK 0.53 0 0.14 0.32
HSL 163.52º 0.36% 0.5% -
HSV(B) 163.52º 0.53% 0.68% -
XYZ 23.77 33.82 33.29 -
YUV 142.94 130.85 84.53 -
System Red Green Blue C M Y K H S L
Decimal 82 173 148 0.53 0 0.14 0.32 163.52 0.36 0.5
Hex 52 AD 94 35 0 E 20 A4 24 32
Octal 122 255 224 65 0 16 40 244 44 62
Binary 1010010 10101101 10010100 110101 0 1110 100000 10100100 100100 110010

Color Harmonies of #52AD94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD94

Black with #52AD94

Text Example


Text Example

White with #52AD94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,173,148); }

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

background-color css

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

 a { background-color: rgb(82,173,148); }

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

border-color css

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

 span { border-color: rgb(82,173,148); }

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