Html Css Color HEX #52B78D Keppel

📋 copy color: '#52B78D'

red 82 ◦ green 183 ◦ blue 141

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

Shades of Keppel #52B78D

Tints of Keppel #52B78D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 20.2%
G = 45.07%
B = 34.73%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.28

RGB Variations

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

Color information

#52B78D (or 0x52B78D) is known color: Keppel. HEX triplet: 52, B7 and 8D. RGB value is (82,183,141). Sum of RGB (Red+Green+Blue) = 82+183+141=406 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.20% from 406); Green value is 183 (71.88% from 255 or 45.07% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 183 - color contains mainly: green. Hex color #52B78D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B78D is #AD4872. Grayscale: #949494. Windows color (decimal): -11356275 or 9287506. OLE color: 9287506.

HSL color Cylindrical-coordinate representation of color #52B78D: hue angle of 155.05º 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 #52B78D is Cyan = 0.55, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.28.

Color convert

RGB 82 183 141 -
CMYK 0.55 0 0.23 0.28
HSL 155.05º 0.41% 0.52% -
HSV(B) 155.05º 0.55% 0.72% -
XYZ 25.22 37.58 31.12 -
YUV 148.01 124.04 80.92 -
System Red Green Blue C M Y K H S L
Decimal 82 183 141 0.55 0 0.23 0.28 155.05 0.41 0.52
Hex 52 B7 8D 37 0 17 1C 9B 29 34
Octal 122 267 215 67 0 27 34 233 51 64
Binary 1010010 10110111 10001101 110111 0 10111 11100 10011011 101001 110100

Color Harmonies of #52B78D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B78D

Black with #52B78D

Text Example


Text Example

White with #52B78D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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