Html Css Color HEX #52B08C Keppel

📋 copy color: '#52B08C'

red 82 ◦ green 176 ◦ blue 140

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

Shades of Keppel #52B08C

Tints of Keppel #52B08C

RGB

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

 GREEN value IS 176 (69.14% from 255) = 44.22%

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

R = 20.6%
G = 44.22%
B = 35.18%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.20

 K value IS 0.31

RGB Variations

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

Color information

#52B08C (or 0x52B08C) is known color: Keppel. HEX triplet: 52, B0 and 8C. RGB value is (82,176,140). Sum of RGB (Red+Green+Blue) = 82+176+140=398 (52% of max value = 765). Red value is 82 (32.42% from 255 or 20.60% from 398); Green value is 176 (69.14% from 255 or 44.22% from 398); Blue value is 140 (55.08% from 255 or 35.18% from 398); Max value from RGB is 176 - color contains mainly: green. Hex color #52B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #52B08C is #AD4F73. Grayscale: #8F8F8F. Windows color (decimal): -11358068 or 9220178. OLE color: 9220178.

HSL color Cylindrical-coordinate representation of color #52B08C: hue angle of 157.02º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #52B08C is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB 82 176 140 -
CMYK 0.53 0 0.20 0.31
HSL 157.02º 0.37% 0.51% -
HSV(B) 157.02º 0.53% 0.69% -
XYZ 23.74 34.74 30.26 -
YUV 143.79 125.86 83.93 -
System Red Green Blue C M Y K H S L
Decimal 82 176 140 0.53 0 0.20 0.31 157.02 0.37 0.51
Hex 52 B0 8C 35 0 14 1F 9D 25 33
Octal 122 260 214 65 0 24 37 235 45 63
Binary 1010010 10110000 10001100 110101 0 10100 11111 10011101 100101 110011

Color Harmonies of #52B08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B08C

Black with #52B08C

Text Example


Text Example

White with #52B08C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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