Html Css Color HEX #52B994 Keppel

📋 copy color: '#52B994'

red 82 ◦ green 185 ◦ blue 148

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

Shades of Keppel #52B994

Tints of Keppel #52B994

RGB

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

 GREEN value IS 185 (72.66% from 255) = 44.58%

 BLUE value IS 148 (58.2% from 255) = 35.66%

R = 19.76%
G = 44.58%
B = 35.66%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.20

 K value IS 0.27

RGB Variations

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

Color information

#52B994 (or 0x52B994) is known color: Keppel. HEX triplet: 52, B9 and 94. RGB value is (82,185,148). Sum of RGB (Red+Green+Blue) = 82+185+148=415 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.76% from 415); Green value is 185 (72.66% from 255 or 44.58% from 415); Blue value is 148 (58.20% from 255 or 35.66% from 415); Max value from RGB is 185 - color contains mainly: green. Hex color #52B994 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B994 is #AD466B. Grayscale: #969696. Windows color (decimal): -11355756 or 9746770. OLE color: 9746770.

HSL color Cylindrical-coordinate representation of color #52B994: hue angle of 158.45º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52B994 is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB 82 185 148 -
CMYK 0.56 0 0.20 0.27
HSL 158.45º 0.42% 0.52% -
HSV(B) 158.45º 0.56% 0.73% -
XYZ 26.17 38.63 34.09 -
YUV 149.99 126.88 79.51 -
System Red Green Blue C M Y K H S L
Decimal 82 185 148 0.56 0 0.20 0.27 158.45 0.42 0.52
Hex 52 B9 94 38 0 14 1B 9E 2A 34
Octal 122 271 224 70 0 24 33 236 52 64
Binary 1010010 10111001 10010100 111000 0 10100 11011 10011110 101010 110100

Color Harmonies of #52B994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B994

Black with #52B994

Text Example


Text Example

White with #52B994

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,185,148); }

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

background-color css

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

 a { background-color: rgb(82,185,148); }

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

border-color css

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

 span { border-color: rgb(82,185,148); }

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