Html Css Color HEX #52B28E Keppel

📋 copy color: '#52B28E'

red 82 ◦ green 178 ◦ blue 142

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

Shades of Keppel #52B28E

Tints of Keppel #52B28E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 35.32%

R = 20.4%
G = 44.28%
B = 35.32%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.20

 K value IS 0.30

RGB Variations

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

Color information

#52B28E (or 0x52B28E) is known color: Keppel. HEX triplet: 52, B2 and 8E. RGB value is (82,178,142). Sum of RGB (Red+Green+Blue) = 82+178+142=402 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.40% from 402); Green value is 178 (69.92% from 255 or 44.28% from 402); Blue value is 142 (55.86% from 255 or 35.32% from 402); Max value from RGB is 178 - color contains mainly: green. Hex color #52B28E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B28E is #AD4D71. Grayscale: #919191. Windows color (decimal): -11357554 or 9351762. OLE color: 9351762.

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

Color convert

RGB 82 178 142 -
CMYK 0.54 0 0.20 0.30
HSL 157.5º 0.38% 0.51% -
HSV(B) 157.5º 0.54% 0.7% -
XYZ 24.28 35.59 31.18 -
YUV 145.19 126.2 82.93 -
System Red Green Blue C M Y K H S L
Decimal 82 178 142 0.54 0 0.20 0.30 157.5 0.38 0.51
Hex 52 B2 8E 36 0 14 1E 9E 26 33
Octal 122 262 216 66 0 24 36 236 46 63
Binary 1010010 10110010 10001110 110110 0 10100 11110 10011110 100110 110011

Color Harmonies of #52B28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B28E

Black with #52B28E

Text Example


Text Example

White with #52B28E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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