Html Css Color HEX #52AC8B Keppel

📋 copy color: '#52AC8B'

red 82 ◦ green 172 ◦ blue 139

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

Shades of Keppel #52AC8B

Tints of Keppel #52AC8B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 35.37%

R = 20.87%
G = 43.77%
B = 35.37%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#52AC8B (or 0x52AC8B) is known color: Keppel. HEX triplet: 52, AC and 8B. RGB value is (82,172,139). Sum of RGB (Red+Green+Blue) = 82+172+139=393 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.87% from 393); Green value is 172 (67.58% from 255 or 43.77% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 172 - color contains mainly: green. Hex color #52AC8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AC8B is #AD5374. Grayscale: #8D8D8D. Windows color (decimal): -11359093 or 9153618. OLE color: 9153618.

HSL color Cylindrical-coordinate representation of color #52AC8B: hue angle of 158º 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 #52AC8B is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB 82 172 139 -
CMYK 0.52 0 0.19 0.33
HSL 158º 0.35% 0.5% -
HSV(B) 158º 0.52% 0.67% -
XYZ 22.89 33.16 29.62 -
YUV 141.33 126.68 85.68 -
System Red Green Blue C M Y K H S L
Decimal 82 172 139 0.52 0 0.19 0.33 158 0.35 0.5
Hex 52 AC 8B 34 0 13 21 9E 23 32
Octal 122 254 213 64 0 23 41 236 43 62
Binary 1010010 10101100 10001011 110100 0 10011 100001 10011110 100011 110010

Color Harmonies of #52AC8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AC8B

Black with #52AC8B

Text Example


Text Example

White with #52AC8B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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