Html Css Color HEX #52AF89 Keppel

📋 copy color: '#52AF89'

red 82 ◦ green 175 ◦ blue 137

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

Shades of Keppel #52AF89

Tints of Keppel #52AF89

RGB

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

 GREEN value IS 175 (68.75% from 255) = 44.42%

 BLUE value IS 137 (53.91% from 255) = 34.77%

R = 20.81%
G = 44.42%
B = 34.77%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#52AF89 (or 0x52AF89) is known color: Keppel. HEX triplet: 52, AF and 89. RGB value is (82,175,137). Sum of RGB (Red+Green+Blue) = 82+175+137=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 175 (68.75% from 255 or 44.42% from 394); Blue value is 137 (53.91% from 255 or 34.77% from 394); Max value from RGB is 175 - color contains mainly: green. Hex color #52AF89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AF89 is #AD5076. Grayscale: #8E8E8E. Windows color (decimal): -11358327 or 9023314. OLE color: 9023314.

HSL color Cylindrical-coordinate representation of color #52AF89: hue angle of 155.48º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52AF89 is Cyan = 0.53, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 175 137 -
CMYK 0.53 0 0.22 0.31
HSL 155.48º 0.37% 0.5% -
HSV(B) 155.48º 0.53% 0.69% -
XYZ 23.33 34.26 29.05 -
YUV 142.86 124.69 84.59 -
System Red Green Blue C M Y K H S L
Decimal 82 175 137 0.53 0 0.22 0.31 155.48 0.37 0.5
Hex 52 AF 89 35 0 16 1F 9B 25 32
Octal 122 257 211 65 0 26 37 233 45 62
Binary 1010010 10101111 10001001 110101 0 10110 11111 10011011 100101 110010

Color Harmonies of #52AF89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AF89

Black with #52AF89

Text Example


Text Example

White with #52AF89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,175,137); }

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

background-color css

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

 a { background-color: rgb(82,175,137); }

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

border-color css

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

 span { border-color: rgb(82,175,137); }

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