Html Css Color HEX #52BC8F Keppel

📋 copy color: '#52BC8F'

red 82 ◦ green 188 ◦ blue 143

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

Shades of Keppel #52BC8F

Tints of Keppel #52BC8F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 34.62%

R = 19.85%
G = 45.52%
B = 34.62%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.26

RGB Variations

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

Color information

#52BC8F (or 0x52BC8F) is known color: Keppel. HEX triplet: 52, BC and 8F. RGB value is (82,188,143). Sum of RGB (Red+Green+Blue) = 82+188+143=413 (54% of max value = 765). Red value is 82 (32.42% from 255 or 19.85% from 413); Green value is 188 (73.83% from 255 or 45.52% from 413); Blue value is 143 (56.25% from 255 or 34.62% from 413); Max value from RGB is 188 - color contains mainly: green. Hex color #52BC8F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #52BC8F is #AD4370. Grayscale: #979797. Windows color (decimal): -11354993 or 9419858. OLE color: 9419858.

HSL color Cylindrical-coordinate representation of color #52BC8F: hue angle of 154.53º 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 #52BC8F is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.26.

Color convert

RGB 82 188 143 -
CMYK 0.56 0 0.24 0.26
HSL 154.53º 0.44% 0.53% -
HSV(B) 154.53º 0.56% 0.74% -
XYZ 26.42 39.74 32.27 -
YUV 151.18 123.38 78.66 -
System Red Green Blue C M Y K H S L
Decimal 82 188 143 0.56 0 0.24 0.26 154.53 0.44 0.53
Hex 52 BC 8F 38 0 18 1A 9B 2C 35
Octal 122 274 217 70 0 30 32 233 54 65
Binary 1010010 10111100 10001111 111000 0 11000 11010 10011011 101100 110101

Color Harmonies of #52BC8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52BC8F

Black with #52BC8F

Text Example


Text Example

White with #52BC8F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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