Html Css Color HEX #52B293 Keppel

📋 copy color: '#52B293'

red 82 ◦ green 178 ◦ blue 147

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

Shades of Keppel #52B293

Tints of Keppel #52B293

RGB

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

 GREEN value IS 178 (69.92% from 255) = 43.73%

 BLUE value IS 147 (57.81% from 255) = 36.12%

R = 20.15%
G = 43.73%
B = 36.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.17

 K value IS 0.30

RGB Variations

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

Color information

#52B293 (or 0x52B293) is known color: Keppel. HEX triplet: 52, B2 and 93. RGB value is (82,178,147). Sum of RGB (Red+Green+Blue) = 82+178+147=407 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.15% from 407); Green value is 178 (69.92% from 255 or 43.73% from 407); Blue value is 147 (57.81% from 255 or 36.12% from 407); Max value from RGB is 178 - color contains mainly: green. Hex color #52B293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B293 is #AD4D6C. Grayscale: #919191. Windows color (decimal): -11357549 or 9679442. OLE color: 9679442.

HSL color Cylindrical-coordinate representation of color #52B293: hue angle of 160.62º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52B293 is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 147 -
CMYK 0.54 0 0.17 0.30
HSL 160.63º 0.38% 0.51% -
HSV(B) 160.63º 0.54% 0.7% -
XYZ 24.67 35.74 33.2 -
YUV 145.76 128.7 82.52 -
System Red Green Blue C M Y K H S L
Decimal 82 178 147 0.54 0 0.17 0.30 160.63 0.38 0.51
Hex 52 B2 93 36 0 11 1E A1 26 33
Octal 122 262 223 66 0 21 36 241 46 63
Binary 1010010 10110010 10010011 110110 0 10001 11110 10100001 100110 110011

Color Harmonies of #52B293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B293

Black with #52B293

Text Example


Text Example

White with #52B293

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,178,147); }

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

background-color css

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

 a { background-color: rgb(82,178,147); }

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

border-color css

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

 span { border-color: rgb(82,178,147); }

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