Html Css Color HEX #52BA88 Silver Tree

📋 copy color: '#52BA88'

red 82 ◦ green 186 ◦ blue 136

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

Shades of Silver Tree #52BA88

Tints of Silver Tree #52BA88

RGB

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

 GREEN value IS 186 (73.05% from 255) = 46.04%

 BLUE value IS 136 (53.52% from 255) = 33.66%

R = 20.3%
G = 46.04%
B = 33.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.27

 K value IS 0.27

RGB Variations

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

Color information

#52BA88 (or 0x52BA88) is known color: Silver Tree. HEX triplet: 52, BA and 88. RGB value is (82,186,136). Sum of RGB (Red+Green+Blue) = 82+186+136=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 186 (73.05% from 255 or 46.04% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 186 - color contains mainly: green. Hex color #52BA88 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BA88 is #AD4577. Grayscale: #959595. Windows color (decimal): -11355512 or 8960594. OLE color: 8960594.

HSL color Cylindrical-coordinate representation of color #52BA88: hue angle of 151.15º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BA88 is Cyan = 0.56, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 186 136 -
CMYK 0.56 0 0.27 0.27
HSL 151.15º 0.43% 0.53% -
HSV(B) 151.15º 0.56% 0.73% -
XYZ 25.48 38.69 29.42 -
YUV 149.2 120.54 80.07 -
System Red Green Blue C M Y K H S L
Decimal 82 186 136 0.56 0 0.27 0.27 151.15 0.43 0.53
Hex 52 BA 88 38 0 1B 1B 97 2B 35
Octal 122 272 210 70 0 33 33 227 53 65
Binary 1010010 10111010 10001000 111000 0 11011 11011 10010111 101011 110101

Color Harmonies of #52BA88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BA88

Black with #52BA88

Text Example


Text Example

White with #52BA88

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,186,136); }

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

background-color css

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

 a { background-color: rgb(82,186,136); }

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

border-color css

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

 span { border-color: rgb(82,186,136); }

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