Html Css Color HEX #52B68B Keppel

📋 copy color: '#52B68B'

red 82 ◦ green 182 ◦ blue 139

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

Shades of Keppel #52B68B

Tints of Keppel #52B68B

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.16%

 BLUE value IS 139 (54.69% from 255) = 34.49%

R = 20.35%
G = 45.16%
B = 34.49%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.24

 K value IS 0.29

RGB Variations

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

Color information

#52B68B (or 0x52B68B) is known color: Keppel. HEX triplet: 52, B6 and 8B. RGB value is (82,182,139). Sum of RGB (Red+Green+Blue) = 82+182+139=403 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.35% from 403); Green value is 182 (71.48% from 255 or 45.16% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 182 - color contains mainly: green. Hex color #52B68B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B68B is #AD4974. Grayscale: #939393. Windows color (decimal): -11356533 or 9156178. OLE color: 9156178.

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

Color convert

RGB 82 182 139 -
CMYK 0.55 0 0.24 0.29
HSL 154.2º 0.41% 0.52% -
HSV(B) 154.2º 0.55% 0.71% -
XYZ 24.87 37.11 30.28 -
YUV 147.2 123.37 81.5 -
System Red Green Blue C M Y K H S L
Decimal 82 182 139 0.55 0 0.24 0.29 154.2 0.41 0.52
Hex 52 B6 8B 37 0 18 1D 9A 29 34
Octal 122 266 213 67 0 30 35 232 51 64
Binary 1010010 10110110 10001011 110111 0 11000 11101 10011010 101001 110100

Color Harmonies of #52B68B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B68B

Black with #52B68B

Text Example


Text Example

White with #52B68B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,182,139); }

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

background-color css

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

 a { background-color: rgb(82,182,139); }

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

border-color css

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

 span { border-color: rgb(82,182,139); }

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