Html Css Color HEX #52AD91 Keppel

📋 copy color: '#52AD91'

red 82 ◦ green 173 ◦ blue 145

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

Shades of Keppel #52AD91

Tints of Keppel #52AD91

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.25%

R = 20.5%
G = 43.25%
B = 36.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#52AD91 (or 0x52AD91) is known color: Keppel. HEX triplet: 52, AD and 91. RGB value is (82,173,145). Sum of RGB (Red+Green+Blue) = 82+173+145=400 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.5% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 145 (57.03% from 255 or 36.25% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD91 is #AD526E. Grayscale: #8E8E8E. Windows color (decimal): -11358831 or 9547090. OLE color: 9547090.

HSL color Cylindrical-coordinate representation of color #52AD91: hue angle of 161.54º 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 #52AD91 is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.

Color convert

RGB 82 173 145 -
CMYK 0.53 0 0.16 0.32
HSL 161.54º 0.36% 0.5% -
HSV(B) 161.54º 0.53% 0.68% -
XYZ 23.53 33.73 32.06 -
YUV 142.6 129.35 84.78 -
System Red Green Blue C M Y K H S L
Decimal 82 173 145 0.53 0 0.16 0.32 161.54 0.36 0.5
Hex 52 AD 91 35 0 10 20 A2 24 32
Octal 122 255 221 65 0 20 40 242 44 62
Binary 1010010 10101101 10010001 110101 0 10000 100000 10100010 100100 110010

Color Harmonies of #52AD91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD91

Black with #52AD91

Text Example


Text Example

White with #52AD91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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