Html Css Color HEX #52B096 Keppel

📋 copy color: '#52B096'

red 82 ◦ green 176 ◦ blue 150

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

Shades of Keppel #52B096

Tints of Keppel #52B096

RGB

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

 GREEN value IS 176 (69.14% from 255) = 43.14%

 BLUE value IS 150 (58.98% from 255) = 36.76%

R = 20.1%
G = 43.14%
B = 36.76%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.15

 K value IS 0.31

RGB Variations

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

Color information

#52B096 (or 0x52B096) is known color: Keppel. HEX triplet: 52, B0 and 96. RGB value is (82,176,150). Sum of RGB (Red+Green+Blue) = 82+176+150=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 176 (69.14% from 255 or 43.14% from 408); Blue value is 150 (58.98% from 255 or 36.76% from 408); Max value from RGB is 176 - color contains mainly: green. Hex color #52B096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B096 is #AD4F69. Grayscale: #909090. Windows color (decimal): -11358058 or 9875538. OLE color: 9875538.

HSL color Cylindrical-coordinate representation of color #52B096: hue angle of 163.4º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B096 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 150 -
CMYK 0.53 0 0.15 0.31
HSL 163.4º 0.37% 0.51% -
HSV(B) 163.4º 0.53% 0.69% -
XYZ 24.51 35.05 34.33 -
YUV 144.93 130.86 83.11 -
System Red Green Blue C M Y K H S L
Decimal 82 176 150 0.53 0 0.15 0.31 163.4 0.37 0.51
Hex 52 B0 96 35 0 F 1F A3 25 33
Octal 122 260 226 65 0 17 37 243 45 63
Binary 1010010 10110000 10010110 110101 0 1111 11111 10100011 100101 110011

Color Harmonies of #52B096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B096

Black with #52B096

Text Example


Text Example

White with #52B096

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,176,150); }

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

background-color css

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

 a { background-color: rgb(82,176,150); }

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

border-color css

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

 span { border-color: rgb(82,176,150); }

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