Html Css Color HEX #52B296 Keppel

📋 copy color: '#52B296'

red 82 ◦ green 178 ◦ blue 150

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

Shades of Keppel #52B296

Tints of Keppel #52B296

RGB

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

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

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

R = 20%
G = 43.41%
B = 36.59%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.30

RGB Variations

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

Color information

#52B296 (or 0x52B296) is known color: Keppel. HEX triplet: 52, B2 and 96. RGB value is (82,178,150). Sum of RGB (Red+Green+Blue) = 82+178+150=410 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20% from 410); Green value is 178 (69.92% from 255 or 43.41% from 410); Blue value is 150 (58.98% from 255 or 36.59% from 410); Max value from RGB is 178 - color contains mainly: green. Hex color #52B296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B296 is #AD4D69. Grayscale: #929292. Windows color (decimal): -11357546 or 9876050. OLE color: 9876050.

HSL color Cylindrical-coordinate representation of color #52B296: hue angle of 162.5º 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 #52B296 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.

Color convert

RGB 82 178 150 -
CMYK 0.54 0 0.16 0.30
HSL 162.5º 0.38% 0.51% -
HSV(B) 162.5º 0.54% 0.7% -
XYZ 24.91 35.84 34.46 -
YUV 146.1 130.2 82.28 -
System Red Green Blue C M Y K H S L
Decimal 82 178 150 0.54 0 0.16 0.30 162.5 0.38 0.51
Hex 52 B2 96 36 0 10 1E A2 26 33
Octal 122 262 226 66 0 20 36 242 46 63
Binary 1010010 10110010 10010110 110110 0 10000 11110 10100010 100110 110011

Color Harmonies of #52B296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B296

Black with #52B296

Text Example


Text Example

White with #52B296

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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