Html Css Color HEX #52BC90 Keppel

📋 copy color: '#52BC90'

red 82 ◦ green 188 ◦ blue 144

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

Shades of Keppel #52BC90

Tints of Keppel #52BC90

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.41%

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

R = 19.81%
G = 45.41%
B = 34.78%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.26

RGB Variations

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

Color information

#52BC90 (or 0x52BC90) is known color: Keppel. HEX triplet: 52, BC and 90. RGB value is (82,188,144). Sum of RGB (Red+Green+Blue) = 82+188+144=414 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.81% from 414); Green value is 188 (73.83% from 255 or 45.41% from 414); Blue value is 144 (56.64% from 255 or 34.78% from 414); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC90 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC90 is #AD436F. Grayscale: #979797. Windows color (decimal): -11354992 or 9485394. OLE color: 9485394.

HSL color Cylindrical-coordinate representation of color #52BC90: hue angle of 155.09º degrees, saturation: 0.44, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #52BC90 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 144 -
CMYK 0.56 0 0.23 0.26
HSL 155.09º 0.44% 0.53% -
HSV(B) 155.09º 0.56% 0.74% -
XYZ 26.5 39.77 32.67 -
YUV 151.29 123.88 78.58 -
System Red Green Blue C M Y K H S L
Decimal 82 188 144 0.56 0 0.23 0.26 155.09 0.44 0.53
Hex 52 BC 90 38 0 17 1A 9B 2C 35
Octal 122 274 220 70 0 27 32 233 54 65
Binary 1010010 10111100 10010000 111000 0 10111 11010 10011011 101100 110101

Color Harmonies of #52BC90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC90

Black with #52BC90

Text Example


Text Example

White with #52BC90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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