Html Css Color HEX #51BA8D Keppel

📋 copy color: '#51BA8D'

red 81 ◦ green 186 ◦ blue 141

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

Shades of Keppel #51BA8D

Tints of Keppel #51BA8D

RGB

 RED value IS 81 (32.03% from 255) = 19.85%

 GREEN value IS 186 (73.05% from 255) = 45.59%

 BLUE value IS 141 (55.47% from 255) = 34.56%

R = 19.85%
G = 45.59%
B = 34.56%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.27

RGB Variations

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

Color information

#51BA8D (or 0x51BA8D) is known color: Keppel. HEX triplet: 51, BA and 8D. RGB value is (81,186,141). Sum of RGB (Red+Green+Blue) = 81+186+141=408 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.85% from 408); Green value is 186 (73.05% from 255 or 45.59% from 408); Blue value is 141 (55.47% from 255 or 34.56% from 408); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA8D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BA8D is #AE4572. Grayscale: #959595. Windows color (decimal): -11421043 or 9288273. OLE color: 9288273.

HSL color Cylindrical-coordinate representation of color #51BA8D: hue angle of 154.29º degrees, saturation: 0.43, 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 #51BA8D is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.

Color convert

RGB 81 186 141 -
CMYK 0.56 0 0.24 0.27
HSL 154.29º 0.43% 0.52% -
HSV(B) 154.29º 0.56% 0.73% -
XYZ 25.76 38.79 31.33 -
YUV 149.48 123.21 79.16 -
System Red Green Blue C M Y K H S L
Decimal 81 186 141 0.56 0 0.24 0.27 154.29 0.43 0.52
Hex 51 BA 8D 38 0 18 1B 9A 2B 34
Octal 121 272 215 70 0 30 33 232 53 64
Binary 1010001 10111010 10001101 111000 0 11000 11011 10011010 101011 110100

Color Harmonies of #51BA8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51BA8D

Black with #51BA8D

Text Example


Text Example

White with #51BA8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #51BA8D; }

 p { color: rgb(81,186,141); }

 H1.HeaderClassName
 {
   color: #51BA8D;
 }
 .AnyTagClassName
 {
   color: #51BA8D;
 }
</style>

background-color css

<style>
 a { background-color: #51BA8D; }

 a { background-color: rgb(81,186,141); }

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

border-color css

<style>
 span { border-color: #51BA8D; }

 span { border-color: rgb(81,186,141); }

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