Html Css Color HEX #52AB8D Keppel

📋 copy color: '#52AB8D'

red 82 ◦ green 171 ◦ blue 141

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

Shades of Keppel #52AB8D

Tints of Keppel #52AB8D

RGB

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

 GREEN value IS 171 (67.19% from 255) = 43.4%

 BLUE value IS 141 (55.47% from 255) = 35.79%

R = 20.81%
G = 43.4%
B = 35.79%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#52AB8D (or 0x52AB8D) is known color: Keppel. HEX triplet: 52, AB and 8D. RGB value is (82,171,141). Sum of RGB (Red+Green+Blue) = 82+171+141=394 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.81% from 394); Green value is 171 (67.19% from 255 or 43.40% from 394); Blue value is 141 (55.47% from 255 or 35.79% from 394); Max value from RGB is 171 - color contains mainly: green. Hex color #52AB8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52AB8D is #AD5472. Grayscale: #8D8D8D. Windows color (decimal): -11359347 or 9284434. OLE color: 9284434.

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

Color convert

RGB 82 171 141 -
CMYK 0.52 0 0.18 0.33
HSL 159.78º 0.35% 0.5% -
HSV(B) 159.78º 0.52% 0.67% -
XYZ 22.85 32.84 30.33 -
YUV 140.97 128.01 85.94 -
System Red Green Blue C M Y K H S L
Decimal 82 171 141 0.52 0 0.18 0.33 159.78 0.35 0.5
Hex 52 AB 8D 34 0 12 21 A0 23 32
Octal 122 253 215 64 0 22 41 240 43 62
Binary 1010010 10101011 10001101 110100 0 10010 100001 10100000 100011 110010

Color Harmonies of #52AB8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52AB8D

Black with #52AB8D

Text Example


Text Example

White with #52AB8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,171,141); }

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

background-color css

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

 a { background-color: rgb(82,171,141); }

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

border-color css

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

 span { border-color: rgb(82,171,141); }

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