Html Css Color HEX #52B790 Keppel

📋 copy color: '#52B790'

red 82 ◦ green 183 ◦ blue 144

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

Shades of Keppel #52B790

Tints of Keppel #52B790

RGB

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

 GREEN value IS 183 (71.88% from 255) = 44.74%

 BLUE value IS 144 (56.64% from 255) = 35.21%

R = 20.05%
G = 44.74%
B = 35.21%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.28

RGB Variations

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

Color information

#52B790 (or 0x52B790) is known color: Keppel. HEX triplet: 52, B7 and 90. RGB value is (82,183,144). Sum of RGB (Red+Green+Blue) = 82+183+144=409 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.05% from 409); Green value is 183 (71.88% from 255 or 44.74% from 409); Blue value is 144 (56.64% from 255 or 35.21% from 409); Max value from RGB is 183 - color contains mainly: green. Hex color #52B790 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B790 is #AD486F. Grayscale: #949494. Windows color (decimal): -11356272 or 9484114. OLE color: 9484114.

HSL color Cylindrical-coordinate representation of color #52B790: hue angle of 156.83º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #52B790 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 144 -
CMYK 0.55 0 0.21 0.28
HSL 156.83º 0.41% 0.52% -
HSV(B) 156.83º 0.55% 0.72% -
XYZ 25.45 37.67 32.32 -
YUV 148.36 125.54 80.67 -
System Red Green Blue C M Y K H S L
Decimal 82 183 144 0.55 0 0.21 0.28 156.83 0.41 0.52
Hex 52 B7 90 37 0 15 1C 9D 29 34
Octal 122 267 220 67 0 25 34 235 51 64
Binary 1010010 10110111 10010000 110111 0 10101 11100 10011101 101001 110100

Color Harmonies of #52B790

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B790

Black with #52B790

Text Example


Text Example

White with #52B790

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,183,144); }

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

background-color css

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

 a { background-color: rgb(82,183,144); }

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

border-color css

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

 span { border-color: rgb(82,183,144); }

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