Html Css Color HEX #52AD90 Keppel

📋 copy color: '#52AD90'

red 82 ◦ green 173 ◦ blue 144

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

Shades of Keppel #52AD90

Tints of Keppel #52AD90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 36.09%

R = 20.55%
G = 43.36%
B = 36.09%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#52AD90 (or 0x52AD90) is known color: Keppel. HEX triplet: 52, AD and 90. RGB value is (82,173,144). Sum of RGB (Red+Green+Blue) = 82+173+144=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 144 (56.64% from 255 or 36.09% from 399); Max value from RGB is 173 - color contains mainly: green. Hex color #52AD90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AD90 is #AD526F. Grayscale: #8E8E8E. Windows color (decimal): -11358832 or 9481554. OLE color: 9481554.

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

Color convert

RGB 82 173 144 -
CMYK 0.53 0 0.17 0.32
HSL 160.88º 0.36% 0.5% -
HSV(B) 160.88º 0.53% 0.68% -
XYZ 23.46 33.69 31.65 -
YUV 142.49 128.85 84.86 -
System Red Green Blue C M Y K H S L
Decimal 82 173 144 0.53 0 0.17 0.32 160.88 0.36 0.5
Hex 52 AD 90 35 0 11 20 A1 24 32
Octal 122 255 220 65 0 21 40 241 44 62
Binary 1010010 10101101 10010000 110101 0 10001 100000 10100001 100100 110010

Color Harmonies of #52AD90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AD90

Black with #52AD90

Text Example


Text Example

White with #52AD90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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