Html Css Color HEX #51B696 Keppel

📋 copy color: '#51B696'

red 81 ◦ green 182 ◦ blue 150

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

Shades of Keppel #51B696

Tints of Keppel #51B696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.32%

R = 19.61%
G = 44.07%
B = 36.32%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.18

 K value IS 0.29

RGB Variations

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

Color information

#51B696 (or 0x51B696) is known color: Keppel. HEX triplet: 51, B6 and 96. RGB value is (81,182,150). Sum of RGB (Red+Green+Blue) = 81+182+150=413 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.61% from 413); Green value is 182 (71.48% from 255 or 44.07% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 182 - color contains mainly: green. Hex color #51B696 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51B696 is #AE4969. Grayscale: #949494. Windows color (decimal): -11422058 or 9877073. OLE color: 9877073.

HSL color Cylindrical-coordinate representation of color #51B696: hue angle of 160.99º 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 #51B696 is Cyan = 0.55, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.29.

Color convert

RGB 81 182 150 -
CMYK 0.55 0 0.18 0.29
HSL 160.99º 0.41% 0.52% -
HSV(B) 160.99º 0.55% 0.71% -
XYZ 25.63 37.41 34.72 -
YUV 148.15 129.04 80.1 -
System Red Green Blue C M Y K H S L
Decimal 81 182 150 0.55 0 0.18 0.29 160.99 0.41 0.52
Hex 51 B6 96 37 0 12 1D A1 29 34
Octal 121 266 226 67 0 22 35 241 51 64
Binary 1010001 10110110 10010110 110111 0 10010 11101 10100001 101001 110100

Color Harmonies of #51B696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #51B696

Black with #51B696

Text Example


Text Example

White with #51B696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,182,150); }

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

background-color css

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

 a { background-color: rgb(81,182,150); }

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

border-color css

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

 span { border-color: rgb(81,182,150); }

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