Html Css Color HEX #52B68C Keppel

📋 copy color: '#52B68C'

red 82 ◦ green 182 ◦ blue 140

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

Shades of Keppel #52B68C

Tints of Keppel #52B68C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 34.65%

R = 20.3%
G = 45.05%
B = 34.65%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.23

 K value IS 0.29

RGB Variations

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

Color information

#52B68C (or 0x52B68C) is known color: Keppel. HEX triplet: 52, B6 and 8C. RGB value is (82,182,140). Sum of RGB (Red+Green+Blue) = 82+182+140=404 (53% of max value = 765). Red value is 82 (32.42% from 255 or 20.30% from 404); Green value is 182 (71.48% from 255 or 45.05% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 182 - color contains mainly: green. Hex color #52B68C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B68C is #AD4973. Grayscale: #939393. Windows color (decimal): -11356532 or 9221714. OLE color: 9221714.

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

Color convert

RGB 82 182 140 -
CMYK 0.55 0 0.23 0.29
HSL 154.8º 0.41% 0.52% -
HSV(B) 154.8º 0.55% 0.71% -
XYZ 24.94 37.14 30.67 -
YUV 147.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 82 182 140 0.55 0 0.23 0.29 154.8 0.41 0.52
Hex 52 B6 8C 37 0 17 1D 9B 29 34
Octal 122 266 214 67 0 27 35 233 51 64
Binary 1010010 10110110 10001100 110111 0 10111 11101 10011011 101001 110100

Color Harmonies of #52B68C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B68C

Black with #52B68C

Text Example


Text Example

White with #52B68C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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