Html Css Color HEX #52AC91 Keppel

📋 copy color: '#52AC91'

red 82 ◦ green 172 ◦ blue 145

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

Shades of Keppel #52AC91

Tints of Keppel #52AC91

RGB

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

 GREEN value IS 172 (67.58% from 255) = 43.11%

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

R = 20.55%
G = 43.11%
B = 36.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#52AC91 (or 0x52AC91) is known color: Keppel. HEX triplet: 52, AC and 91. RGB value is (82,172,145). Sum of RGB (Red+Green+Blue) = 82+172+145=399 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.55% from 399); Green value is 172 (67.58% from 255 or 43.11% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC91 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AC91 is #AD536E. Grayscale: #8E8E8E. Windows color (decimal): -11359087 or 9546834. OLE color: 9546834.

HSL color Cylindrical-coordinate representation of color #52AC91: hue angle of 162º degrees, saturation: 0.35, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #52AC91 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 172 145 -
CMYK 0.52 0 0.16 0.33
HSL 162º 0.35% 0.5% -
HSV(B) 162º 0.52% 0.67% -
XYZ 23.34 33.34 31.99 -
YUV 142.01 129.68 85.2 -
System Red Green Blue C M Y K H S L
Decimal 82 172 145 0.52 0 0.16 0.33 162 0.35 0.5
Hex 52 AC 91 34 0 10 21 A2 23 32
Octal 122 254 221 64 0 20 41 242 43 62
Binary 1010010 10101100 10010001 110100 0 10000 100001 10100010 100011 110010

Color Harmonies of #52AC91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC91

Black with #52AC91

Text Example


Text Example

White with #52AC91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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