Html Css Color HEX #52B690 Keppel

📋 copy color: '#52B690'

red 82 ◦ green 182 ◦ blue 144

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

Shades of Keppel #52B690

Tints of Keppel #52B690

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 35.29%

R = 20.1%
G = 44.61%
B = 35.29%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.29

RGB Variations

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

Color information

#52B690 (or 0x52B690) is known color: Keppel. HEX triplet: 52, B6 and 90. RGB value is (82,182,144). Sum of RGB (Red+Green+Blue) = 82+182+144=408 (54% of max value = 765). Red value is 82 (32.42% from 255 or 20.10% from 408); Green value is 182 (71.48% from 255 or 44.61% from 408); Blue value is 144 (56.64% from 255 or 35.29% from 408); Max value from RGB is 182 - color contains mainly: green. Hex color #52B690 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52B690 is #AD496F. Grayscale: #939393. Windows color (decimal): -11356528 or 9483858. OLE color: 9483858.

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

Color convert

RGB 82 182 144 -
CMYK 0.55 0 0.21 0.29
HSL 157.2º 0.41% 0.52% -
HSV(B) 157.2º 0.55% 0.71% -
XYZ 25.24 37.26 32.25 -
YUV 147.77 125.87 81.09 -
System Red Green Blue C M Y K H S L
Decimal 82 182 144 0.55 0 0.21 0.29 157.2 0.41 0.52
Hex 52 B6 90 37 0 15 1D 9D 29 34
Octal 122 266 220 67 0 25 35 235 51 64
Binary 1010010 10110110 10010000 110111 0 10101 11101 10011101 101001 110100

Color Harmonies of #52B690

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52B690

Black with #52B690

Text Example


Text Example

White with #52B690

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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