Html Css Color HEX #52B698 Keppel

📋 copy color: '#52B698'

red 82 ◦ green 182 ◦ blue 152

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

Shades of Keppel #52B698

Tints of Keppel #52B698

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 36.54%

R = 19.71%
G = 43.75%
B = 36.54%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#52B698 (or 0x52B698) is known color: Keppel. HEX triplet: 52, B6 and 98. RGB value is (82,182,152). Sum of RGB (Red+Green+Blue) = 82+182+152=416 (55% of max value = 765). Red value is 82 (32.42% from 255 or 19.71% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 152 (59.77% from 255 or 36.54% from 416); Max value from RGB is 182 - color contains mainly: green. Hex color #52B698 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B698 is #AD4967. Grayscale: #949494. Windows color (decimal): -11356520 or 10008146. OLE color: 10008146.

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

Color convert

RGB 82 182 152 -
CMYK 0.55 0 0.16 0.29
HSL 162º 0.41% 0.52% -
HSV(B) 162º 0.55% 0.71% -
XYZ 25.88 37.52 35.58 -
YUV 148.68 129.87 80.44 -
System Red Green Blue C M Y K H S L
Decimal 82 182 152 0.55 0 0.16 0.29 162 0.41 0.52
Hex 52 B6 98 37 0 10 1D A2 29 34
Octal 122 266 230 67 0 20 35 242 51 64
Binary 1010010 10110110 10011000 110111 0 10000 11101 10100010 101001 110100

Color Harmonies of #52B698

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B698

Black with #52B698

Text Example


Text Example

White with #52B698

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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